We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e2fdb commit 4194edcCopy full SHA for 4194edc
1 file changed
api/opencl_runtime_layer.asciidoc
@@ -8303,6 +8303,8 @@ include::{generated}/api/version-notes/clEnqueueNativeKernel.asciidoc[]
8303
{CL_DEVICE_EXECUTION_CAPABILITIES} as specified in the
8304
<<device-queries-table,Device Queries>> table.
8305
* _user_func_ is a pointer to a host-callable user function.
8306
+ It is the application's responsibility to ensure that the host-callable user
8307
+ function is thread-safe.
8308
* _args_ is a pointer to the args list that _user_func_ should be called with.
8309
* _cb_args_ is the size in bytes of the args list that _args_ points to.
8310
* _num_mem_objects_ is the number of buffer objects that are passed in _args_.
0 commit comments