From 667ba34d63e17c01c0fe5059f20f2785405f35ae Mon Sep 17 00:00:00 2001 From: Dounia Date: Tue, 19 Mar 2024 10:00:01 -0700 Subject: [PATCH] Add more clarification about the type used in the query --- .../sycl_ext_matrix/sycl_ext_intel_matrix.asciidoc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sycl/doc/extensions/experimental/sycl_ext_matrix/sycl_ext_intel_matrix.asciidoc b/sycl/doc/extensions/experimental/sycl_ext_matrix/sycl_ext_intel_matrix.asciidoc index 9bad27c81d574..f84ff6fb758e4 100644 --- a/sycl/doc/extensions/experimental/sycl_ext_matrix/sycl_ext_intel_matrix.asciidoc +++ b/sycl/doc/extensions/experimental/sycl_ext_matrix/sycl_ext_intel_matrix.asciidoc @@ -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`| `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`| `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