Files
ispc/examples/portable/nbody_hermite4/Makefile_ptx
2014-02-21 14:07:51 +01:00

15 lines
196 B
Plaintext

PROG=hermite4
ISPC_SRC=hermite4.ispc
#CU_SRC=hermite4.cu
CXX_SRC=hermite4.cpp
PTXCC_REGMAX=64
#ISPC_FLAGS= --opt=disable-uniform-control-flow
#LLVM_GPU=1
NVVM_GPU=1
include ../common_ptx.mk