first commit

This commit is contained in:
Evghenii
2014-01-30 09:51:32 +01:00
parent d65e1b30ce
commit 2f44b81d4f
4 changed files with 132 additions and 0 deletions

View 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