Commit 9576b31
committed
Add note about work-item scope atomics
In OpenCL, these atomics are only required to support a very specific use-case
involving images, and are forbidden in all other contexts.
In SYCL, we would like a work-item to be viewed as a degenerate case of a group
containing a single work-item. Work-item scope atomics should thus be
permitted, and their effect should be equivalent to non-atomic operations.1 parent aaa3ee5 commit 9576b31
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1089 | 1089 | | |
1090 | 1090 | | |
1091 | 1091 | | |
| 1092 | + | |
| 1093 | + | |
| 1094 | + | |
| 1095 | + | |
| 1096 | + | |
| 1097 | + | |
| 1098 | + | |
1092 | 1099 | | |
1093 | 1100 | | |
1094 | 1101 | | |
| |||
0 commit comments