added deferred
This commit is contained in:
13
examples/portable/deferred/Makefile_ptx
Normal file
13
examples/portable/deferred/Makefile_ptx
Normal file
@@ -0,0 +1,13 @@
|
||||
PROG=deferred_shading
|
||||
ISPC_SRC=kernels.ispc
|
||||
CU_SRC=kernels.cu
|
||||
CXX_SRC=common.cpp main.cpp
|
||||
PTXCC_REGMAX=64
|
||||
|
||||
NVVM_GPU=1
|
||||
#LLVM_GPU=1
|
||||
|
||||
include ../common_ptx.mk
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user