Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions adoc/chapters/architecture.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1067,6 +1067,7 @@ values:
work-item;
* [code]#sycl::memory_scope::device# The ordering constraint applies only
to work-items executing on the same device as the calling work-item;
TODO: Should this include sub-devices also?
* [code]#sycl::memory_scope::system# The ordering constraint applies to any
work-item or host thread in the system that is currently permitted to
access the memory allocation containing the referenced object, as
Expand Down
Loading