Mercurial > hg > Gears > GearsAgda
changeset 321:a9a6d571fa80
Update todo
author | innparusu |
---|---|
date | Wed, 01 Mar 2017 18:28:49 +0900 |
parents | f730761bb044 |
children | 366baa247572 |
files | src/parallel_execution/CUDAtwice.cbc src/parallel_execution/Todo |
diffstat | 2 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/parallel_execution/CUDAtwice.cbc Wed Feb 15 20:53:06 2017 +0900 +++ b/src/parallel_execution/CUDAtwice.cbc Wed Mar 01 18:28:49 2017 +0900 @@ -2,7 +2,7 @@ #include "../context.h" -extern void CUDAExec(struct Context* context, Array* array, LoopCounter *loopCounter) ; +extern void CUDAExec(struct Context* context, Array* array, LoopCounter *loopCounter); __code CUDAtwice(struct Context* context, struct LoopCounter* loopCounter, int index, int prefix, int* array, struct Context* workerContext) { int i = loopCounter->i;
--- a/src/parallel_execution/Todo Wed Feb 15 20:53:06 2017 +0900 +++ b/src/parallel_execution/Todo Wed Mar 01 18:28:49 2017 +0900 @@ -1,3 +1,12 @@ +Wed Mar 1 18:25:36 JST 2017 + + parallel_executtion/text/ を .cbc に書き直す + rb_tree の stub をできるだけ取り外す + synchornizedQueue の meta部分を分離する + synchronizedQueue のバグをとる + GPU のバグとり + cbc++...? + Sat Jan 28 16:10:28 JST 2017 stackからpopした後、呼び出される continuation は出力を受けとる。