PrincetonUniversity / SPECFEMPP

SPECFEM++ is a complete re-write of SPECFEM suite of packages (SPECFEM2D, SPECFEM3D, SPECFEM3D_GLOBE) using C++
https://specfem2d-kokkos.readthedocs.io/en/latest/
GNU General Public License v3.0
16 stars 9 forks source link

SIMD implementation #54

Open Rohit-Kakodkar opened 1 year ago

Rohit-Kakodkar commented 1 year ago

Experiment with SIMD implementation once SIMD is in Kokkos_Core. My initial attempts with Kokkos_SIMD have been not very successful. Use simd_implementation_attempt_2 branch as the starting point.