From 95d0dbd61fca347b50f24e41b72063e703aa54be Mon Sep 17 00:00:00 2001 From: Raphael Date: Tue, 31 Oct 2023 11:45:35 -0700 Subject: [PATCH] Update source/elements/oneMKL/source/domains/dft/config_params/data_layouts.rst Co-authored-by: Parks, Helen --- .../oneMKL/source/domains/dft/config_params/data_layouts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/elements/oneMKL/source/domains/dft/config_params/data_layouts.rst b/source/elements/oneMKL/source/domains/dft/config_params/data_layouts.rst index 8f985f3ce..2f8478031 100644 --- a/source/elements/oneMKL/source/domains/dft/config_params/data_layouts.rst +++ b/source/elements/oneMKL/source/domains/dft/config_params/data_layouts.rst @@ -217,7 +217,7 @@ used and considered by oneMKL if and only if are set and ``config_param::FWD_STRIDES`` and ``config_param::BWD_STRIDES`` are not. See note below.) In such a case, :ref:`descriptor` objects must consider the data layouts corresponding to the two compute directions separately. As -detailed above, relevant data sequence entries are accessed as element of data +detailed above, relevant data sequence entries are accessed as elements of data containers (``sycl::buffer`` objects or device-accessible USM allocations) provided to the compute function, the base data type of which is (possibly implicitly re-interpreted) as documented in :ref:`this