added volume rendering example
This commit is contained in:
13
examples/portable/volume_rendering/Makefile_gpu
Normal file
13
examples/portable/volume_rendering/Makefile_gpu
Normal file
@@ -0,0 +1,13 @@
|
||||
PROG=volume
|
||||
ISPC_SRC=volume.ispc
|
||||
CU_SRC=volume.cu
|
||||
CXX_SRC=volume.cpp
|
||||
PTXCC_REGMAX=64
|
||||
|
||||
LLVM_GPU=1
|
||||
NVVM_GPU=1
|
||||
|
||||
include ../common_gpu.mk
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user