adding portable examples
This commit is contained in:
14
examples/portable/aobench/Makefile_gpu
Normal file
14
examples/portable/aobench/Makefile_gpu
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user