fist commit for radix sort

This commit is contained in:
Evghenii
2014-01-27 14:24:50 +01:00
parent 239ec10edf
commit adcf635c1f
2 changed files with 22 additions and 0 deletions

View 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