Files
ispc/examples/portable/volume_rendering/Makefile_gpu
2014-02-21 08:51:33 +01:00

14 lines
138 B
Plaintext

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