added gpu makefile, but doenst work just yet
This commit is contained in:
10
examples_ptx/deferred/Makefile_gpu
Normal file
10
examples_ptx/deferred/Makefile_gpu
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
PROG=deferred_shading
|
||||||
|
ISPC_SRC=kernels.ispc
|
||||||
|
CU_SRC=kernels.cu
|
||||||
|
CXX_SRC=common.cpp main.cpp
|
||||||
|
PTXCC_REGMAX=64
|
||||||
|
|
||||||
|
include ../common_gpu.mk
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user