first commit
This commit is contained in:
14
examples_ptx/bandwidthTest/Makefile_gpu
Normal file
14
examples_ptx/bandwidthTest/Makefile_gpu
Normal file
@@ -0,0 +1,14 @@
|
||||
PROG=bandwidthTest
|
||||
ISPC_SRC=bandwidthTest.ispc
|
||||
#CU_SRC=bandwidthTest.cu
|
||||
CXX_SRC=bandwidthTest.cpp bandwidthTest.cpp
|
||||
PTXCC_REGMAX=64
|
||||
#PTXCC_FLAGS= -Xptxas=-O3
|
||||
|
||||
# LLVM_GPU=1
|
||||
NVVM_GPU=1
|
||||
|
||||
include ../common_gpu.mk
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user