This commit is contained in:
Evghenii
2014-02-21 09:00:22 +01:00
parent a85972ffbc
commit 3fc95779ac
15 changed files with 976 additions and 388 deletions

View File

@@ -0,0 +1,13 @@
PROG=rt
ISPC_SRC=rt.ispc
CU_SRC=rt.cu
CXX_SRC=rt.cpp
PTXCC_REGMAX=32
#LLVM_GPU=1
NVVM_GPU=1
include ../common_ptx.mk