From 1a9080078bef1338fc3dd5dda3c90678df3c6f91 Mon Sep 17 00:00:00 2001 From: Yuuichi Asahi Date: Tue, 5 Nov 2024 22:05:41 +0900 Subject: [PATCH] rename KokkosFFT into kokkos-fft in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a7c15fc..2a1c6ca7 100644 --- a/README.md +++ b/README.md @@ -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.