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 ce02e95 commit 85f39c8
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 @@ -210,7 +210,7 @@ Only non-packed interpretations are valid for bias vectors.
The base address of **bias vector resource** and **bias vector offset** must be
64 byte aligned.

This operation doesn't perform Bounds Checking for bias loads. Out-Of-Bounds accesses are undefined.
This operation doesn't perform bounds checking for bias loads. If any part of the vector load is out of bounds then the entire operation is undefined.

#### Return Type

Expand Down

0 comments on commit 85f39c8

Please sign in to comment.