Skip to content

Commit

Permalink
Update proposals/0029-cooperative-vector.md
Browse files Browse the repository at this point in the history
Co-authored-by: Damyan Pepper <[email protected]>
  • Loading branch information
anupamachandra and damyanp authored Feb 25, 2025
1 parent 9bc95a7 commit 5da53ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/0029-cooperative-vector.md
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ guaranteed and needs to be checked explicitly.
### Atomic Operations
> Internally these may done component-wise or multiple components may be accumulated in a single atomic, this implementation dependent. In other words, some implementations may use scalar atomics while others may use vector atomics of an arbitrary size. Also, implementations may serialize per-component atomic adds accross threads arbitrarily.
Internally these may done component-wise or multiple components may be accumulated in a single atomic, this is implementation dependent. In other words, some implementations may use scalar atomics while others may use vector atomics of an arbitrary size. Also, implementations may serialize per-component atomic adds accross threads arbitrarily.
### Non-Uniform control flow
Expand Down

0 comments on commit 5da53ec

Please sign in to comment.