Examples
There are some examples in the Kokkos-FFT repository. Most of the examples include Kokkos and numpy implementations. For example, 01_1DFFT includes,
---/
|
└──01_1DFFT/
|--CMakeLists.txt
|--01_1DFFT.cpp (Kokkos-FFT version)
└──numpy_1DFFT.py (numpy version)
Please find the examples from following links.