Open PetroBondar opened 11 months ago
Currently, the "Atomic Operations" chapter looks like this:
We propose to rename this chapter to "Synchronization and atomics" and implement the following structure:
sycl::device_event
Also, should we include deprecated Atomic types in the reference guide?
We will create the PR with updates soon. Feel free to comment if you have any suggestions on the structure.
Created PR: https://github.com/KhronosGroup/SYCL_Reference/pull/126
Yes, because the deprecated features are still in the specification and need to be supported, they should be in the reference guide.
Currently, the "Atomic Operations" chapter looks like this:
We propose to rename this chapter to "Synchronization and atomics" and implement the following structure:
sycl::device_event
(4.15.2. device_event class)Also, should we include deprecated Atomic types in the reference guide?
We will create the PR with updates soon. Feel free to comment if you have any suggestions on the structure.