yasahi-hpc
yasahi-hpc
Resolves #6890 This PR aims at adding assertion in `adjacent_difference` to disallow the overlapping of source and destination. `expect_no_overlap` is newly added which is enabled in debug mode only. In...
This PR implements [pttrf](https://netlib.org/lapack/explore-html-3.6.1/d0/d2f/group__double_p_tcomputational_gad408508a4fb3810c23125995dc83ccc1.html) function. Following files are added: 1. `KokkosBatched_Pttrf_Serial_Impl.hpp`: Internal interfaces 2. `KokkosBatched_Pttrf_Serial_Internal.hpp`: Implementation details 3. `KokkosBatched_Pttrf.hpp`: APIs 4. `Test_Batched_SerialPttrf.hpp`: Unit tests for that ## Detailed description It...
# About This PR is the artifact description of the paper entitled “Development of performance portable spline solver for exascale plasma turbulence simulation”. It includes the basic instruction for compilation...
Improves #79 This PR aims at improving the CMake logic to include TPLs. Following modifications are made - [x] Fix bugs not to choose correct tpls in case `-DKokkosFFT_ENABLE_HOST_AND_DEVICE=ON` and...
Comments from core. - [x] #79 - [ ] #80 - [x] #81 - [x] #82 - [x] #83 - [x] #84 - [x] #85 - [x] #86 - [x]...
Here are the current lists from https://github.com/CExA-project/kokkos-fft/pull/8#issue-2035754983. - [x] Add AUTHORS, who should be? Just myself for the moment (#23) - [x] Unuse double underscore identifiers like `__KOKKOSFFT_NORMALIZATION_HPP__` (#8) -...