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

14 lines
140 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_ptx.mk