From 66223c4a260b1ed71c0ed99c3e20070dc7ae910d Mon Sep 17 00:00:00 2001 From: Dounia Date: Wed, 31 Jan 2024 08:03:28 -0800 Subject: [PATCH] Update store on annotated_ptr to take two types to match the new tf32 logic --- .../sycl_ext_matrix/sycl_ext_oneapi_matrix.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sycl/doc/extensions/experimental/sycl_ext_matrix/sycl_ext_oneapi_matrix.asciidoc b/sycl/doc/extensions/experimental/sycl_ext_matrix/sycl_ext_oneapi_matrix.asciidoc index d20ca1e7fbd9e..20bcab29eb270 100644 --- a/sycl/doc/extensions/experimental/sycl_ext_matrix/sycl_ext_oneapi_matrix.asciidoc +++ b/sycl/doc/extensions/experimental/sycl_ext_matrix/sycl_ext_oneapi_matrix.asciidoc @@ -303,11 +303,11 @@ void joint_matrix_store(Group g, const joint_matrix &res, multi_ptr dest, size_t stride, layout Layout); -template void joint_matrix_store(Group g, - const joint_matrix &res, - annotated_ptr dest, size_t stride, layout Layout); + const joint_matrix &res, + annotated_ptr dest, size_t stride, layout Layout); } // namespace sycl::ext::oneapi::experimental::matrix ``` @@ -320,7 +320,7 @@ written in a row (`row_major`), column major (`col_major`) fashion. `stride` describes the number of elements between consecutive rows for the row major layout, or between columns for the column major layout. -The overload of `joint_matrix_store` take +The overload of `joint_matrix_store` takes `sycl::ext::oneapi::experimental::annotated_ptr` as argument instead of `sycl::multi_ptr`. The property list associated with the `annotated_ptr` argument represents the compile-time constant