diff example/fft/Makefile.cuda @ 1975:4cf85b48ab9e draft

running fft with CudaScheduler, but wrong result
author Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
date Wed, 26 Feb 2014 19:39:15 +0900
parents 6dd11261489a
children 4d1bc8cd3a62
line wrap: on
line diff
--- a/example/fft/Makefile.cuda	Wed Feb 26 16:24:28 2014 +0900
+++ b/example/fft/Makefile.cuda	Wed Feb 26 19:39:15 2014 +0900
@@ -18,7 +18,7 @@
 CUDA_SRCS = $(filter-out $(CUDA_TASK_DIR)/$(CUDA_SRCS_EXCLUDE),$(CUDA_SRCS_TMP))
 CUDA_OBJS = $(CUDA_SRCS:.cu=.ptx)
 
-CFLAGS += -D__CERIUM_CUDA__
+CFLAGS += -D__CERIUM_CUDA__ -DGPU
 LIBS += `sdl-config --libs` -lCudaManager -F/Library/Frameworks -framework CUDA
 
 INCLUDE += -I/Developer/NVIDIA/CUDA-5.5/include