Skip to content

Commit

Permalink
Merge pull request #640 from etomzak/alphabetize_mem_fence
Browse files Browse the repository at this point in the history
Alphabetize m before n in glossary
  • Loading branch information
gmlueck authored Oct 7, 2024
2 parents f6925da + 501539d commit 7f210bf
Showing 1 changed file with 5 additions and 5 deletions.
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

0 comments on commit 7f210bf

Please sign in to comment.