Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Oct 16, 2024
1 parent caaf9ee commit 6d0e2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/intro/using.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Reuse FFT plan
--------------

Apart from the basic APIs, Kokkos-fft offers the capability to create a FFT plan wrapping the FFT plans of backend libraries.
We can reuse the FFT plan created once to perform FFTs multiple times on different data.
We can reuse the FFT plan created once to perform FFTs multiple times on different data given that they have the same properties.
In some backend, FFT plan creation leads to some overhead, wherein we need this functionality.
(see :doc:`minimum working example<../samples/06_1DFFT_reuse_plans>`)

Expand Down

0 comments on commit 6d0e2b5

Please sign in to comment.