Skip to content

Commit

Permalink
Adding Disclaimer
Browse files Browse the repository at this point in the history
  • Loading branch information
yasahi-hpc authored Jan 23, 2024
1 parent c2ba5ac commit b586348
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ KokkosFFT::rfft(execution_space(), x, x_hat, KokkosFFT::FFT_Normalization::BACKW
In this example, the 1D batched ```rfft``` over 2D View along ```axis -1``` is executed. Some basic examples are found in [examples](https://github.com/CExA-project/kokkos-fft/tree/main/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.
## Using KokkosFFT
For the moment, there are two ways to use KokkosFFT: including as a subdirectory in CMake project or installing as a library. First of all, you need to clone this repo.
```bash
Expand Down

0 comments on commit b586348

Please sign in to comment.