Files
ispc/examples_ptx/bandwidthTest/Makefile_gpu
2014-01-30 09:51:32 +01:00

15 lines
213 B
Plaintext

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