Mercurial > hg > GearsTemplate
diff src/parallel_execution/context.h @ 360:ba5959d7901d
add bitonic_sort but not work
author | Nozomi Teruya <e125769@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 27 Jun 2017 01:29:43 +0900 |
parents | e68080586c15 |
children | d93dceb84c75 136ce3537438 |
line wrap: on
line diff
--- a/src/parallel_execution/context.h Sat Jun 24 20:11:48 2017 +0900 +++ b/src/parallel_execution/context.h Tue Jun 27 01:29:43 2017 +0900 @@ -285,10 +285,17 @@ int value; } Integer; struct SortArray {//そもそもこれは必要なのか? + struct SortArray *sortArray; struct Integer **array;//Array arrayじゃできない? int loop_counter; + int loop_counter2; + int loop_counter3; + int d; enum Code make_array; enum Code print; + enum Code bitonic_sort; + enum Code kernel; + enum Code swap; }SortArray; }; // union Data end this is necessary for context generator