diff src/parallel_execution/context.h @ 431:b3359544adbb

Edit cudaExec but not work
author Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp>
date Tue, 17 Oct 2017 01:50:12 +0900
parents 35b37fe8d3a7
children b75badf42701
line wrap: on
line diff
--- a/src/parallel_execution/context.h	Mon Oct 09 17:46:42 2017 +0900
+++ b/src/parallel_execution/context.h	Tue Oct 17 01:50:12 2017 +0900
@@ -345,6 +345,13 @@
         int y;
         int z;
     } MultiDim;
+    struct CudaBuffer {
+        void** kernelParams;
+        int inputLen;
+        int outputLen;
+        union Data** inputData;
+        union Data** outputData;
+    } CudaBuffer;
 }; // union Data end       this is necessary for context generator
 
 typedef union Data Data;