We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da72888 commit 5d15892Copy full SHA for 5d15892
sycl/doc/extensions/DeviceGlobal/cl_intel_global_variable_access.asciidoc
@@ -68,6 +68,7 @@ cl_int clEnqueueReadGlobalVariableINTEL(
68
cl_command_queue command_queue,
69
cl_program program,
70
const char* name,
71
+ cl_bool blocking_read,
72
size_t size,
73
size_t offset,
74
void* ptr,
@@ -79,6 +80,7 @@ cl_int clEnqueueWriteGlobalVariableINTEL(
79
80
81
82
83
+ cl_bool blocking_write,
84
85
86
const void* ptr,
0 commit comments