Skip to content

Commit

Permalink
Update source/elements/oneMKL/source/domains/dft/config_params/storag…
Browse files Browse the repository at this point in the history
…e_formats.rst

Co-authored-by: Parks, Helen <helen.parks@intel.com>
  • Loading branch information
raphael-egan and hparks-intel authored Oct 31, 2023
1 parent 324ba89 commit 8b83f3b
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,11 @@ For complex descriptors with parameter ``config_param::COMPLEX_STORAGE`` set to
``config_value::REAL_REAL``, forward- and backward-domain data sequences are
read/stored from/in two different, non-overlapping data containers
(device-accessible USM allocations or ``sycl::buffer`` objects) encapsulating
the real and imaginary parts of the relevant entries, separately. The real or
imaginary part of any relevant complex entry
:math:`\left(\cdot\right)^{m}_{k_1, k_2,\dots ,k_d}` is accessed/stored from/in
a (separate) data container provided at compute time at the index value
the real and imaginary parts of the relevant entries separately. The real and
imaginary parts of any relevant complex entry
:math:`\left(\cdot\right)^{m}_{k_1, k_2,\dots ,k_d}` are both stored at the index value
expressed in eq. :eq:`eq_idx_data_layout` (from :ref:`this
page<onemkl_dft_config_data_layouts>`) of that data container, whose elementary
page<onemkl_dft_config_data_layouts>`) of their respective data containers, whose elementary
data type is (possibly implicitly re-interpreted as) ``float`` (resp.
``double``) for single-precision (resp. double-precision) descriptors. The same
two data containers are to be used for real and imaginary parts of forward- and
Expand Down

0 comments on commit 8b83f3b

Please sign in to comment.