fist commit for radix sort
This commit is contained in:
9
examples_ptx/radixSort/Makefile_cpu
Normal file
9
examples_ptx/radixSort/Makefile_cpu
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
EXAMPLE=sort
|
||||
CPP_SRC=sort.cpp sort_serial.cpp
|
||||
ISPC_SRC=sort.ispc
|
||||
ISPC_IA_TARGETS=avx1-i32x8
|
||||
ISPC_ARM_TARGETS=neon
|
||||
#ISPC_FLAGS=-DDEBUG
|
||||
|
||||
include ../common.mk
|
||||
13
examples_ptx/radixSort/Makefile_gpu
Normal file
13
examples_ptx/radixSort/Makefile_gpu
Normal file
@@ -0,0 +1,13 @@
|
||||
PROG=sort
|
||||
ISPC_SRC=sort.ispc
|
||||
CU_SRC=sort.cu
|
||||
CXX_SRC=sort.cpp sort_serial.cpp
|
||||
PTXCC_REGMAX=32
|
||||
|
||||
LLVM_GPU=1
|
||||
NVVM_GPU=1
|
||||
|
||||
include ../common_gpu.mk
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user