Clarify "atomic_ref" with private address space#986
Clarify "atomic_ref" with private address space#986gmlueck wants to merge 1 commit intoKhronosGroup:mainfrom
Conversation
The spec was not clear about this before. The OpenCL SPIR-V environment specification says that atomic operations on objects in the address space produce undefined behavior. Therefore, it seems sensible to make the same clarification in SYCL.
|
The relevant text from the OpenCL SPIR-V Environment spec is here:
(https://registry.khronos.org/OpenCL/specs/3.0-unified/html/OpenCL_Env.html#validation-rules) |
the address space -> the private address space? |
The spec was not clear about this before. The OpenCL SPIR-V environment specification says that atomic operations on objects in the private address space produce undefined behavior. Therefore, it seems sensible to make the same clarification in SYCL.