This commit is contained in:
Evghenii
2014-01-05 10:12:45 +01:00
parent fd429e4fda
commit 89169d5506
8 changed files with 848 additions and 1 deletions

View File

@@ -11,7 +11,11 @@ LD=nvcc
LDFLAGS=-lcudart -lcudadevrt -arch=sm_35
#
PTXCC=ptxcc
PTXCC_FLAGS = -maxrregcount=32 -Xptxas=-v
PTXCC_FLAGS = -Xptxas=-v
ifdef PTXCC_REGMAX
PTXCC_FLAGS += -maxrregcount=$(PTXCC_REGMAX)
endif
#
ISPC=ispc
ISPC_FLAGS=-O3 --math-lib=default --target=nvptx64 --opt=fast-math