first commit
This commit is contained in:
9
examples_ptx/mergeSort/Makefile_cpu
Normal file
9
examples_ptx/mergeSort/Makefile_cpu
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
EXAMPLE=radixSort
|
||||
CPP_SRC=radixSort.cpp
|
||||
ISPC_SRC=radixSort.ispc
|
||||
ISPC_IA_TARGETS=avx1-i32x8
|
||||
ISPC_ARM_TARGETS=neon
|
||||
#ISPC_FLAGS=-DDEBUG -g
|
||||
|
||||
include ../common.mk
|
||||
Reference in New Issue
Block a user