You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Kokkos code has two problems when it comes to C++20 compatibility.
Firstly, the current version simply does not work in C++20 mode;
compilation requires Kokkos 4.3.1 or later. There are also some warnings
that prevent compilation. This commit fixes these issues by updating to
Kokkos 4.3.1 and by adding some hacks to fix the compiler warnings.
0 commit comments