Skip to content

Commit

Permalink
Merge pull request #647 from etomzak/fix_heading_caps
Browse files Browse the repository at this point in the history
Un-capitalize some middle words in headings
  • Loading branch information
gmlueck authored Oct 31, 2024
2 parents f652da8 + 6bb1cda commit f520589
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions adoc/chapters/architecture.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,7 @@ implementation-defined.


[[sec:coordination]]
=== Coordination and Synchronization
=== Coordination and synchronization

Coordination between the host and any devices can be expressed in the host SYCL
application using calls into the SYCL runtime.
Expand All @@ -1403,7 +1403,7 @@ Such functions can be used to ensure that the host and any devices do not access
data concurrently, and/or to reason about the ordering of operations across the
host and any devices.

==== Host-Device Coordination
==== Host-device coordination

The following operations can be used to coordinate host and device(s):

Expand Down Expand Up @@ -1456,7 +1456,7 @@ So it is up to the programmer to use a member function to wait for completion in
some cases if this does not fit the goal.
See <<sec:managing-object-lifetimes>> for more information on object life time.

==== Work-item Coordination
==== Work-item coordination

A <<group-barrier>> provides a mechanism to coordinate all work-items in the
same group.
Expand Down

0 comments on commit f520589

Please sign in to comment.