Skip to content
Snippets Groups Projects
Commit ab6ba209 authored by Matt Wala's avatar Matt Wala
Browse files

Small grammar tweaks.

parent 12a10b0b
No related branches found
No related tags found
No related merge requests found
...@@ -248,19 +248,19 @@ These are usually key-value pairs. The following attributes are recognized: ...@@ -248,19 +248,19 @@ These are usually key-value pairs. The following attributes are recognized:
expression is used to match instructions in the kernel and add them as expression is used to match instructions in the kernel and add them as
dependencies. dependencies.
* ``nosync=id1:id2`` prescribes that no barrier synchronization is * ``nosync=id1:id2`` prescribes that no barrier synchronization is necessary
necessary the instructions with identifiers ``id1`` and ``id2``, even if for the instructions with identifiers ``id1`` and ``id2``, even if a
a dependency chain exists and variables are accessed in an apparently dependency chain exists and variables are accessed in an apparently racy
racy way. way.
Identifiers here are allowed to be wildcards as defined by the Python Identifiers here are allowed to be wildcards as defined by the Python
function :func:`fnmatch.fnmatchcase`. This is helpful in conjunction with function :func:`fnmatch.fnmatchcase`. This is helpful in conjunction with
``id_prefix``. ``id_prefix``.
Identifiers (including wildcards) accept an optional `@scope` suffix, Identifiers (including wildcards) accept an optional `@scope` suffix,
which prescribes that no synchronization at level *scope* is needed. which prescribes that no synchronization at level `scope` is needed.
This does not preclude barriers at levels different from *scope*. This does not preclude barriers at levels different from `scope`.
Allowable scope values are: Allowable `scope` values are:
* `local` * `local`
* `global` * `global`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment