Skip to content

Commit

Permalink
[DFT] slight rephrasing regarding commit step in introductory page
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-egan committed Oct 3, 2024
1 parent 4b3a48f commit 5eb4936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/elements/oneMKL/source/domains/dft/dft.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ of ``desc`` for every relevant configuration parameter (*e.g.*, the number
:math:`M` of sequences to consider in case of a batched DFT). Once configured
as desired, ``desc`` must be initialized for computation by using its
:ref:`committing member function<onemkl_dft_descriptor_commit>`, which requires
a ``sycl::queue`` object ``Q``. The successful completion of the latter makes
a ``sycl::queue`` object. The successful completion of that operation makes
``desc`` ready to compute the desired DFT *as configured*, for the particular
device and context encapsulated by ``Q``. ``desc`` may then be used with
device and context encapsulated by the latter. ``desc`` may then be used with
user-provided, device-accessible data, in a
``oneapi::mkl::dft::compute_forward`` (resp.
``oneapi::mkl::dft::compute_backward``) function to enqueue operations relevant
Expand Down

0 comments on commit 5eb4936

Please sign in to comment.