Skip to content

Commit

Permalink
[DFT] slight changes to compute_* pages
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-egan committed Oct 31, 2023
1 parent 66791a7 commit be475cc
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
32 changes: 16 additions & 16 deletions source/elements/oneMKL/source/domains/dft/compute_backward.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ compute_backward (Buffer version)
inout_re
``sycl::buffer`` object of sufficient capacity to store the elements
defining the real parts of all the relevant data sequences, as configured
by ``desc``, complex descriptor configured for in-place operations with
by ``desc``. Only with complex descriptors configured for in-place operations with
:ref:`onemkl_dft_complex_storage_real_real`.

inout_im
``sycl::buffer`` object of sufficient capacity to store the elements
defining the imaginary parts of all the relevant data sequences, as
configured by ``desc``, complex descriptor configured for in-place
configured by ``desc``. Only with complex descriptors configured for in-place
operations with :ref:`onemkl_dft_complex_storage_real_real`.

in
Expand All @@ -126,13 +126,13 @@ compute_backward (Buffer version)
in_re
``sycl::buffer`` object of sufficient capacity to store the elements
defining the real parts of all the relevant backward-domain data sequences,
as configured by ``desc``, complex descriptor configured for out-of-place
as configured by ``desc``. Only with complex descriptors configured for out-of-place
operations with :ref:`onemkl_dft_complex_storage_real_real`.

in_im
``sycl::buffer`` object of sufficient capacity to store the elements
defining the imaginary parts of all the relevant backward-domain data
sequences, as configured by ``desc``, complex descriptor configured for
sequences, as configured by ``desc``. Only with complex descriptors configured for
out-of-place operations with :ref:`onemkl_dft_complex_storage_real_real`.


Expand All @@ -149,13 +149,13 @@ compute_backward (Buffer version)
inout_re
``sycl::buffer`` object of sufficient capacity to store the elements
defining the real parts of all the relevant data sequences, as configured
by ``desc``, complex descriptor configured for in-place operations with
by ``desc``. Only with complex descriptors configured for in-place operations with
:ref:`onemkl_dft_complex_storage_real_real`.

inout_im
``sycl::buffer`` object of sufficient capacity to store the elements
defining the imaginary parts of all the relevant data sequences, as
configured by ``desc``, complex descriptor configured for in-place
configured by ``desc``. Only with complex descriptors configured for in-place
operations with :ref:`onemkl_dft_complex_storage_real_real`.

out
Expand All @@ -167,13 +167,13 @@ compute_backward (Buffer version)
out_re
``sycl::buffer`` object of sufficient capacity to store the elements
defining the real parts of all the relevant forward-domain data sequences,
as configured by ``desc``, complex descriptor configured for out-of-place
as configured by ``desc``. Only with complex descriptors configured for out-of-place
operations with :ref:`onemkl_dft_complex_storage_real_real`.

out_im
``sycl::buffer`` object of sufficient capacity to store the elements
defining the imaginary parts of all the relevant forward-domain data
sequences, as configured by ``desc``, complex descriptor configured for
sequences, as configured by ``desc``. Only with complex descriptors configured for
out-of-place operations with :ref:`onemkl_dft_complex_storage_real_real`.

.. container:: section
Expand Down Expand Up @@ -267,13 +267,13 @@ compute_backward (USM version)
inout_re
Pointer to USM allocation of sufficient capacity to store the elements
defining the real parts of all the relevant data sequences, as configured
by ``desc``, complex descriptor configured for in-place operations with
by ``desc``. Only with complex descriptors configured for in-place operations with
:ref:`onemkl_dft_complex_storage_real_real`.

inout_im
Pointer to USM allocation of sufficient capacity to store the elements
defining the imaginary parts of all the relevant data sequences, as
configured by ``desc``, complex descriptor configured for in-place
configured by ``desc``. Only with complex descriptors configured for in-place
operations with :ref:`onemkl_dft_complex_storage_real_real`.

in
Expand All @@ -285,13 +285,13 @@ compute_backward (USM version)
in_re
Pointer to USM allocation of sufficient capacity to store the elements
defining the real parts of all the relevant backward-domain data sequences,
as configured by ``desc``, complex descriptor configured for out-of-place
as configured by ``desc``. Only with complex descriptors configured for out-of-place
operations with :ref:`onemkl_dft_complex_storage_real_real`.

in_im
Pointer to USM allocation of sufficient capacity to store the elements
defining the imaginary parts of all the relevant backward-domain data
sequences, as configured by ``desc``, complex descriptor configured for
sequences, as configured by ``desc``. Only with complex descriptors configured for
out-of-place operations with :ref:`onemkl_dft_complex_storage_real_real`.

dependencies
Expand All @@ -312,13 +312,13 @@ compute_backward (USM version)
inout_re
Pointer to USM allocation of sufficient capacity to store the elements
defining the real parts of all the relevant data sequences, as
configured by ``desc``, complex descriptor configured for in-place
configured by ``desc``. Only with complex descriptors configured for in-place
operations with :ref:`onemkl_dft_complex_storage_real_real`.

inout_im
Pointer to USM allocation of sufficient capacity to store the elements
defining the imaginary parts of all the relevant data sequences, as
configured by ``desc``, complex descriptor configured for in-place
configured by ``desc``. Only with complex descriptors configured for in-place
operations with :ref:`onemkl_dft_complex_storage_real_real`.

out
Expand All @@ -330,13 +330,13 @@ compute_backward (USM version)
out_re
Pointer to USM allocation of sufficient capacity to store the elements
defining the real parts of all the relevant forward-domain data sequences,
as configured by ``desc``, complex descriptor configured for out-of-place
as configured by ``desc``. Only with complex descriptors configured for out-of-place
operations with :ref:`onemkl_dft_complex_storage_real_real`.

out_im
Pointer to USM allocation of sufficient capacity to store the elements
defining the imaginary parts of all the relevant forward-domain data
sequences, as configured by ``desc``, complex descriptor configured for
sequences, as configured by ``desc``. Only with complex descriptors configured for
out-of-place operations with :ref:`onemkl_dft_complex_storage_real_real`.

.. container:: section
Expand Down
34 changes: 17 additions & 17 deletions source/elements/oneMKL/source/domains/dft/compute_forward.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ compute_forward (Buffer version)
inout_re
``sycl::buffer`` object of sufficient capacity to store the elements
defining the real parts of all the relevant data sequences, as
configured by ``desc``, complex descriptor configured for in-place
configured by ``desc``. Only with complex descriptors configured for in-place
operations with :ref:`onemkl_dft_complex_storage_real_real`.

inout_im
``sycl::buffer`` object of sufficient capacity to store the elements
defining the imaginary parts of all the relevant data sequences, as
configured by ``desc``, complex descriptor configured for in-place
configured by ``desc``. Only with complex descriptors configured for in-place
operations with :ref:`onemkl_dft_complex_storage_real_real`.

in
Expand All @@ -126,13 +126,13 @@ compute_forward (Buffer version)
in_re
``sycl::buffer`` object of sufficient capacity to store the elements
defining the real parts of all the relevant forward-domain data sequences,
as configured by ``desc``, complex descriptor configured for
as configured by ``desc``. Only with complex descriptors configured for
out-of-place operations with :ref:`onemkl_dft_complex_storage_real_real`.

in_im
``sycl::buffer`` object of sufficient capacity to store the elements
defining the imaginary parts of all the relevant forward-domain data
sequences, as configured by ``desc``, complex descriptor configured for
sequences, as configured by ``desc``. Only with complex descriptors configured for
out-of-place operations with :ref:`onemkl_dft_complex_storage_real_real`.


Expand All @@ -149,13 +149,13 @@ compute_forward (Buffer version)
inout_re
``sycl::buffer`` object of sufficient capacity to store the elements
defining the real parts of all the relevant data sequences, as configured
by ``desc``, complex descriptor configured for in-place operations with
by ``desc``. Only with complex descriptors configured for in-place operations with
:ref:`onemkl_dft_complex_storage_real_real`.

inout_im
``sycl::buffer`` object of sufficient capacity to store the elements
defining the imaginary parts of all the relevant data sequences, as
configured by ``desc``, complex descriptor configured for in-place
configured by ``desc``. Only with complex descriptors configured for in-place
operations with :ref:`onemkl_dft_complex_storage_real_real`.

out
Expand All @@ -167,13 +167,13 @@ compute_forward (Buffer version)
out_re
``sycl::buffer`` object of sufficient capacity to store the elements
defining the real parts of all the relevant backward-domain data sequences,
as configured by ``desc``, complex descriptor configured for
as configured by ``desc``. Only with complex descriptors configured for
out-of-place operations with :ref:`onemkl_dft_complex_storage_real_real`.

out_im
``sycl::buffer`` object of sufficient capacity to store the elements
defining the imaginary parts of all the relevant backward-domain data
sequences, as configured by ``desc``, complex descriptor configured
sequences, as configured by ``desc``. Only with complex descriptors configured
for out-of-place operations with :ref:`onemkl_dft_complex_storage_real_real`.

.. container:: section
Expand Down Expand Up @@ -251,7 +251,7 @@ compute_forward (USM version)
.. container:: section

.. rubric:: Input Parameter
.. rubric:: Input Parameters

:ref:`desc<onemkl_dft_descriptor>`
A fully configured and committed object of the
Expand All @@ -267,13 +267,13 @@ compute_forward (USM version)
inout_re
Pointer to USM allocation of sufficient capacity to store the elements
defining the real parts of all the relevant data sequences, as configured
by ``desc``, complex descriptor configured for in-place operations with
by ``desc``. Only with complex descriptors configured for in-place operations with
:ref:`onemkl_dft_complex_storage_real_real`.

inout_im
Pointer to USM allocation of sufficient capacity to store the elements
defining the imaginary parts of all the relevant data sequences, as
configured by ``desc``, complex descriptor configured for in-place
configured by ``desc``. Only with complex descriptors configured for in-place
operations with :ref:`onemkl_dft_complex_storage_real_real`.

in
Expand All @@ -285,13 +285,13 @@ compute_forward (USM version)
in_re
Pointer to USM allocation of sufficient capacity to store the elements
defining the real parts of all the relevant forward-domain data sequences,
as configured by ``desc``, complex descriptor configured for out-of-place
as configured by ``desc``. Only with complex descriptors configured for out-of-place
operations with :ref:`onemkl_dft_complex_storage_real_real`.

in_im
Pointer to USM allocation of sufficient capacity to store the elements
defining the imaginary parts of all the relevant forward-domain data
sequences, as configured by ``desc``, complex descriptor configured for
sequences, as configured by ``desc``. Only with complex descriptors configured for
out-of-place operations with :ref:`onemkl_dft_complex_storage_real_real`.

dependencies
Expand All @@ -312,13 +312,13 @@ compute_forward (USM version)
inout_re
Pointer to USM allocation of sufficient capacity to store the elements
defining the real parts of all the relevant data sequences, as configured
by ``desc``, complex descriptor configured for in-place operations with
by ``desc``. Only with complex descriptors configured for in-place operations with
:ref:`onemkl_dft_complex_storage_real_real`.

inout_im
Pointer to USM allocation of sufficient capacity to store the elements
defining the imaginary parts of all the relevant data sequences, as
configured by ``desc``, complex descriptor configured for in-place
configured by ``desc``. Only with complex descriptors configured for in-place
operations with :ref:`onemkl_dft_complex_storage_real_real`.

out
Expand All @@ -330,13 +330,13 @@ compute_forward (USM version)
out_re
Pointer to USM allocation of sufficient capacity to store the elements
defining the real parts of all the relevant backward-domain data sequences,
as configured by ``desc``, complex descriptor configured for out-of-place
as configured by ``desc``. Only with complex descriptors configured for out-of-place
operations with :ref:`onemkl_dft_complex_storage_real_real`.

out_im
Pointer to USM allocation of sufficient capacity to store the elements
defining the imaginary parts of all the relevant backward-domain data
sequences, as configured by ``desc``, complex descriptor configured for
sequences, as configured by ``desc``. Only with complex descriptors configured for
out-of-place operations with :ref:`onemkl_dft_complex_storage_real_real`.

.. container:: section
Expand Down

0 comments on commit be475cc

Please sign in to comment.