Skip to content

Commit

Permalink
rename KokkosFFT into kokkos-fft in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Nov 5, 2024
1 parent f7df45b commit 1a90800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ x_hat = np.fft.rfft(x, axis=-1)
In this example, the 1D batched `rfft` over 2D View along `axis -1` is executed. Some basic examples are found in [examples](examples).

## Disclaimer
**KokkosFFT is under development and subject to change without warning. The authors do not guarantee that this code runs correctly in all the environments.**
**kokkos-fft is under development and subject to change without warning. The authors do not guarantee that this code runs correctly in all the environments.**

## Using kokkos-fft
For the moment, there are two ways to use kokkos-fft: including as a subdirectory in CMake project or installing as a library. First of all, you need to clone this repo.
Expand Down

0 comments on commit 1a90800

Please sign in to comment.