We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
the spec of clSetKernelArg says that the value arg_value points to is copied https://registry.khronos.org/OpenCL/sdk/3.0/docs/man/html/clSetKernelArg.html#_parameters but the Level Zero spec does not state whether pArgValue is copied or not. https://spec.oneapi.io/level-zero/latest/core/api.html#_CPPv424zeKernelSetArgumentValue18ze_kernel_handle_t8uint32_t6size_tPKv
Is the value pArgValue points to copied, and if yes, should that be added in the spec?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
the spec of clSetKernelArg says that the value arg_value points to is copied https://registry.khronos.org/OpenCL/sdk/3.0/docs/man/html/clSetKernelArg.html#_parameters
but the Level Zero spec does not state whether pArgValue is copied or not.
https://spec.oneapi.io/level-zero/latest/core/api.html#_CPPv424zeKernelSetArgumentValue18ze_kernel_handle_t8uint32_t6size_tPKv
Is the value pArgValue points to copied, and if yes, should that be added in the spec?
The text was updated successfully, but these errors were encountered: