Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhaldi committed Sep 24, 2024
1 parent eab723a commit 9c76f6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ The checked APIs are currently available in devices with the architecture
these checked APIs:

- The `Stride` argument must be a multiple of 8 bytes. Also, `Stride`
should not exceed `2^24` bytes.
should not exceed `2^24^` bytes.

- The base pointer must be 4 bytes aligned.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1149,15 +1149,15 @@ architecture::intel_gpu_dg2_g11, architecture::intel_gpu_dg2_g12`

- The `Stride` argument to `joint_matrix_load` and
`joint_matrix_store` must be a multiple of 8 bytes. Also, `Stride`
should not exceed `2^24` bytes.
should not exceed `2^24^` bytes.

- The base pointer argument to `joint_matrix_load` and
`joint_matrix_store` must be 4 bytes aligned.

- In the case of the offset overloads of `joint_matrix_load` and
`joint_matrix_store`, for 8 bits data type, `RowIndex` must be a
multiple of 4. For 16 bits data type, `RowIndex` must be a multiple of
2. So `RowIndex` must be a multiple of 4 divided by size of the
multiple of 4. For 16 bits data type, `RowIndex` must be a multiple
of 2. So `RowIndex` must be a multiple of 4 divided by size of the
element type (`4/sizeof(T)`).

- If these restrictions are not satisfied, users can switch to slower
Expand Down

0 comments on commit 9c76f6f

Please sign in to comment.