summaryrefslogtreecommitdiff
path: root/src/cl_enqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cl_enqueue.h')
-rw-r--r--src/cl_enqueue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cl_enqueue.h b/src/cl_enqueue.h
index 1d3ae5f9..c7e33da1 100644
--- a/src/cl_enqueue.h
+++ b/src/cl_enqueue.h
@@ -60,6 +60,7 @@ typedef struct _enqueue_data {
const void * const_ptr; /* Const ptr for memory read */
void * ptr; /* Ptr for write and return value */
const cl_mem* mem_list; /* mem_list of clEnqueueNativeKernel */
+ uint8_t unsync_map; /* Indicate the clEnqueueMapBuffer/Image is unsync map */
void (*user_func)(void *); /* pointer to a host-callable user function */
} enqueue_data;