Mercurial > hg > Game > Cerium
annotate example/word_count/Func.h @ 1962:fdffcf8feeab draft
fix CudaScheduler
author | kkb |
---|---|
date | Tue, 11 Feb 2014 19:58:38 +0900 |
parents | 53c074e60b08 |
children | 8fbe022126e1 |
rev | line source |
---|---|
393 | 1 enum { |
649 | 2 #include "SysTasks.h" |
393 | 3 TASK_EXEC, |
1799
d9122ca02431
Exec wordcount by Data Parallel
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents:
948
diff
changeset
|
4 TASK_EXEC_DATA_PARALLEL, |
946
852ed17d8af1
unify word count examples....
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
649
diff
changeset
|
5 RUN_TASK_BLOCKS, |
393 | 6 TASK_PRINT, |
7 }; | |
8 | |
1962 | 9 #define DATA_NUM 16 |
393 | 10 #define ADD_NUM 26 |
11 | |
12 #define DATA_ID 0 |