Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
loopy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ben Sepanski
loopy
Commits
ab6ba209
Commit
ab6ba209
authored
8 years ago
by
Matt Wala
Browse files
Options
Downloads
Patches
Plain Diff
Small grammar tweaks.
parent
12a10b0b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/ref_kernel.rst
+7
-7
7 additions, 7 deletions
doc/ref_kernel.rst
with
7 additions
and
7 deletions
doc/ref_kernel.rst
+
7
−
7
View file @
ab6ba209
...
@@ -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`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment