diff example/word_count/Makefile @ 1941:f19885ea776d draft

add wordcount for cuda. fix CudaScheduler. add makefile
author Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
date Tue, 04 Feb 2014 02:18:07 +0900
parents d28f0c5489c3
children 7dc90c83a787
line wrap: on
line diff
--- a/example/word_count/Makefile	Sun Feb 02 18:34:31 2014 +0900
+++ b/example/word_count/Makefile	Tue Feb 04 02:18:07 2014 +0900
@@ -23,9 +23,14 @@
 	@echo "Make for OpenCL"
 	@$(MAKE) -f Makefile.gpu test
 
+cuda: FORCE
+	@echo "Make for Cuda"
+	@$(MAKE) -f Makefile.cuda
+
 FORCE:
 
 clean:
 	@$(MAKE) -f Makefile.macosx clean
 	@$(MAKE) -f Makefile.linux clean
 	@$(MAKE) -f Makefile.cell clean
+	@$(MAKE) -f Makefile.cuda clean