-
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.
* Apply to_array helper * fix: ToArray tests for Kokkos v.4.2.0 * fix: to_array should not modify std::array * Update common/src/KokkosFFT_utils.hpp Remove unnecessary variadic integers Co-authored-by: Damien L-G <[email protected]> * use std::size_t in place of size_t * Make ToArray tests Kokkos 4.2 compatible * Align to_array implementation with Kokkos implementation * Update ToArray test with Kokkos 4.4 * Make rvalue test a run time test * make tests uniform based on a review --------- Co-authored-by: Yuuichi Asahi <[email protected]> Co-authored-by: Thomas Padioleau <[email protected]> Co-authored-by: Damien L-G <[email protected]>
- Loading branch information
1 parent
da02175
commit 1ce1313
Showing
3 changed files
with
35 additions
and
9 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
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