Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: John Pennycook <john.pennycook@intel.com>
  • Loading branch information
KornevNikita and Pennycook authored Feb 7, 2024
1 parent 2855637 commit 3c1dcff
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ _Returns_: An `id` representing the index of the current sub-group within the
template <execution_scope Scope>
size_t get_linear_id() const;
----
_Constraints_: `Scope` must be of a lower hierarchy than
_Constraints_: `Scope` must be narrower than
`execution_scope::root_group`.

_Returns_: A linearized number of the current work-group or work-item at `Scope` hierarchy
Expand Down Expand Up @@ -395,7 +395,7 @@ object.
template <execution_scope Scope>
size_t get_linear_range() const;
----
_Constraints_: `Scope` must be of a lower hierarchy than
_Constraints_: `Scope` must be narrower than
`execution_scope::root_group`.

_Returns_: The number of work-groups or work-items of `Scope` hierarchy level within the
Expand Down

0 comments on commit 3c1dcff

Please sign in to comment.