15 lines
171 B
Plaintext
15 lines
171 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_ptx.mk
|
|
|
|
|
|
|