Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alphabetize m before n in glossary #640

Merged
merged 1 commit into from
Oct 7, 2024
Merged
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
10 changes: 5 additions & 5 deletions adoc/chapters/glossary.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,11 @@ For the full description please refer to <<subsec:buffers>>.
Local memory is a memory region associated with a <<work-group>> and
accessible only by <<work-item,work-items>> in that <<work-group>>.

[[mem-fence]]mem-fence::
A memory fence provides control over re-ordering of memory load and store
operations when coupled with an atomic operation.
See the definition of the [code]#sycl::atomic_fence# function.

[[native-backend-object]]native backend object::
An opaque object defined by a specific backend that represents a high-level
SYCL object on said backend.
Expand Down Expand Up @@ -370,11 +375,6 @@ For the full description please refer to <<subsec:buffers>>.
In the SYCL interface an <<nd-range>> is represented by the [code]#nd_range#
class (see <<subsubsec:nd-range-class>>).

[[mem-fence]]mem-fence::
A memory fence provides control over re-ordering of memory load and store
operations when coupled with an atomic operation.
See the definition of the [code]#sycl::atomic_fence# function.

[[object]]object::
A state which a <<kernel-bundle>> can be in, representing
<<sycl-kernel-function,SYCL kernel functions>> as a non-executable object.
Expand Down