From 9c76f6f70f5bc5dfd3d155347b512fdf92443895 Mon Sep 17 00:00:00 2001 From: Dounia Date: Tue, 24 Sep 2024 13:02:44 -0700 Subject: [PATCH] formatting --- .../sycl_ext_matrix/sycl_ext_intel_matrix.asciidoc | 2 +- .../sycl_ext_matrix/sycl_ext_oneapi_matrix.asciidoc | 6 +++--- 2 files changed, 4 insertions(+), 4 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 6d1f80eab164..e625f3dc4341 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 @@ -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. 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 8caa5f18bc69..8326e36b3301 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 @@ -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