first commit
This commit is contained in:
12
examples_ptx/bandwidthTest/Makefile_cpu
Normal file
12
examples_ptx/bandwidthTest/Makefile_cpu
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
EXAMPLE=bandwidthTest
|
||||
CPP_SRC=bandwidthTest.cpp
|
||||
ISPC_SRC=bandwidthTest.ispc
|
||||
ISPC_IA_TARGETS=avx1-i32x16
|
||||
ISPC_ARM_TARGETS=neon
|
||||
#ISPC_FLAGS=-DDEBUG -g
|
||||
CXXFLAGS=-g
|
||||
CCFLAGS=-g
|
||||
#NVCC_FLAGS=-Xptxas=-O0
|
||||
|
||||
include ../common.mk
|
||||
Reference in New Issue
Block a user