-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: out of range access in 1D fftshifts (#153)
* fix: out of range access in 1D fftshifts * fix: typo * Build OpenMP backend with Debug in CI * Update kokkos-fft version to 0.2.1 * Revert "Update kokkos-fft version to 0.2.1" This reverts commit c490e4a. * fix: use extent_int for int extent * install Kokkos with Release in CI * Revert "install Kokkos with Release in CI" This reverts commit 8543675. --------- Co-authored-by: Yuuichi Asahi <[email protected]>
- Loading branch information
1 parent
545dc69
commit 8b6e178
Showing
2 changed files
with
22 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters