Skip to content

Commit

Permalink
Merge pull request #8310 from macrocosme/patch-1
Browse files Browse the repository at this point in the history
Update fft.rst
  • Loading branch information
takagi committed Apr 30, 2024
2 parents 835b2be + a1b1541 commit 17a12cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user_guide/fft.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ or may be absent in `hipFFT`_/`rocFFT`_ targeting AMD GPUs.
SciPy FFT backend
-----------------

Since SciPy v1.4 a backend mechanism is provided so that users can register different FFT backends and use SciPy's API to perform the actual transform
Since SciPy v1.4, a backend mechanism is provided so that users can register different FFT backends and use SciPy's API to perform the actual transform
with the target backend, such as CuPy's :mod:`cupyx.scipy.fft` module. For a one-time only usage, a context manager :func:`scipy.fft.set_backend` can be used:

.. code-block:: python
Expand Down

0 comments on commit 17a12cd

Please sign in to comment.