Files
ispc/examples/portable/aobench/Makefile_gpu
2014-02-20 12:57:50 +01:00

15 lines
170 B
Plaintext

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