diff src/parallel_execution/examples/twice/main.cbc @ 410:85b0ddbf458e

Fix CudaWorker
author Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp>
date Thu, 14 Sep 2017 02:35:20 +0900
parents 4d1e3697a6b8
children 0eba9a04633f
line wrap: on
line diff
--- a/src/parallel_execution/examples/twice/main.cbc	Wed Sep 06 22:01:27 2017 +0900
+++ b/src/parallel_execution/examples/twice/main.cbc	Thu Sep 14 02:35:20 2017 +0900
@@ -98,7 +98,7 @@
 
     par goto createArray(array, __exit);
 
-    par goto twice(array, iterate(split), __exit);
+    par goto CUDAtwice(array, iterate(split), __exit);
     goto code2();
 }