diff src/parallel_execution/context.h @ 447:57132ef16009

Remove ALLOCATE_DATA_GEAR from par goto code gear arguments
author Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp>
date Thu, 30 Nov 2017 15:42:19 +0900
parents 0c024ea61601
children 0181b7fa5f53
line wrap: on
line diff
--- a/src/parallel_execution/context.h	Sun Nov 26 04:26:44 2017 +0900
+++ b/src/parallel_execution/context.h	Thu Nov 30 15:42:19 2017 +0900
@@ -389,6 +389,12 @@
     CUdeviceptr CUdeviceptr;
 #endif
     Int Int;
+    struct Memory {
+        union Data* adr;
+        int length;
+        union Data* body;
+        int hash;
+    } Memory;
 }; // union Data end       this is necessary for context generator
 typedef union Data Data;