From 2f5eb9f6d39986989d68c0550309ec2c375f9676 Mon Sep 17 00:00:00 2001 From: Evghenii Date: Wed, 29 Jan 2014 12:15:19 +0100 Subject: [PATCH] added cuda --- examples_ptx/radixSort/Makefile_gpu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples_ptx/radixSort/Makefile_gpu b/examples_ptx/radixSort/Makefile_gpu index bc1c1d67..4e101992 100644 --- a/examples_ptx/radixSort/Makefile_gpu +++ b/examples_ptx/radixSort/Makefile_gpu @@ -1,6 +1,6 @@ PROG=radixSort ISPC_SRC=radixSort.ispc -#CU_SRC=radixSort.cu +CU_SRC=radixSort.cu CXX_SRC=radixSort.cpp radixSort.cpp PTXCC_REGMAX=64