Skip to content

Commit

Permalink
Add more clarification about the type used in the query
Browse files Browse the repository at this point in the history
  • Loading branch information
dkhaldi committed Mar 19, 2024
1 parent 166ec96 commit 667ba34
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -432,10 +432,14 @@ the following queries to get these requirements:
`joint_matrix_load_checked` and `joint_matrix_store_checked`.
|`ext::intel::experimental::info::device::matrix_checked_rowindex_multiple_of<T>`|
`size_t`|Returns a value, of which `RowIndex` must be multiple of;
where T is the element type of the matrix.
where `T` is the element type of the matrix. When using the matrices
with the machine learning types, `T` should be the element type
(e.g. `precision::tf32`) not the storage type.
|`ext::intel::experimental::info::device::matrix_checked_globalcols_multiple_of<T>`|
`size_t` | Returns a value, of which `GlobalCols` must be multiple of;
where T is the element type of the matrix.
where `T` is the element type of the matrix. When using the matrices
with the machine learning types, `T` should be the element type
(e.g. `precision::tf32`) not the storage type.
|======================

==== Appendix: Restrictions Per Hardware
Expand Down

0 comments on commit 667ba34

Please sign in to comment.