Files
ispc/examples_ptx/aobench/Makefile_gpu
2014-02-06 10:13:18 +01:00

15 lines
184 B
Plaintext

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