We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c621701 commit 39cad4dCopy full SHA for 39cad4d
sycl/doc/design/opencl-extensions/cl_intel_global_variable_access.asciidoc
@@ -290,8 +290,8 @@ Variables* with the following content:
290
Host code may read or write the content of a global variable in a `cl_program`
291
by calling *clEnqueueReadGlobalVariableINTEL* or
292
*clEnqueueWriteGlobalVariableINTEL*. Those two functions both take a _name_
293
-parameter which identifies the variable. This parameter is interpreted as
294
-follows:
+parameter which identifies the variable. For a `cl_program` created from
+SPIR-V, this parameter is interpreted as follows:
295
296
* If the SPIR-V module used to create _program_ declares the
297
*GlobalVariableDecorationsINTEL* capability, the implementation looks first
0 commit comments