Skip to content

Commit 5d15892

Browse files
committed
Update OCL synopsis to match description
Add the `blocking_read` / `blocking_write` parameters also to the synopsis listing.
1 parent da72888 commit 5d15892

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sycl/doc/extensions/DeviceGlobal/cl_intel_global_variable_access.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ cl_int clEnqueueReadGlobalVariableINTEL(
6868
cl_command_queue command_queue,
6969
cl_program program,
7070
const char* name,
71+
cl_bool blocking_read,
7172
size_t size,
7273
size_t offset,
7374
void* ptr,
@@ -79,6 +80,7 @@ cl_int clEnqueueWriteGlobalVariableINTEL(
7980
cl_command_queue command_queue,
8081
cl_program program,
8182
const char* name,
83+
cl_bool blocking_write,
8284
size_t size,
8385
size_t offset,
8486
const void* ptr,

0 commit comments

Comments
 (0)