KhronosGroup / SYCL_Reference

SYCL Reference Manual
http://khronos.org/sycl/reference/
Other
25 stars 22 forks source link

Synchronization and atomics chapter desing #124

Open PetroBondar opened 11 months ago

PetroBondar commented 11 months ago

Currently, the "Atomic Operations" chapter looks like this: image

We propose to rename this chapter to "Synchronization and atomics" and implement the following structure:

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.

PetroBondar commented 11 months ago

Created PR: https://github.com/KhronosGroup/SYCL_Reference/pull/126

mkinsner commented 11 months ago

Also, should we include deprecated Atomic types in the reference guide?

Yes, because the deprecated features are still in the specification and need to be supported, they should be in the reference guide.