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
#1172 shows a overload resolution conflict in examples/gmres. While resolving this conflict in #1197, we found that Kokkos::Experimental::fabs(double) from KokkosCore conflicts with std::fabs(double). This issue is to:
Determine and document proper Kokkos fabs usage
Determine whether half_t and Kokkos::complex fabs support should reside in ArithTraits or KokkosCore
Add support for fabs(const Kokkos::complex<T> &x) and fabs(half_t) to Kokkos
#1172 shows a overload resolution conflict in examples/gmres. While resolving this conflict in #1197, we found that
Kokkos::Experimental::fabs(double)
from KokkosCore conflicts withstd::fabs(double)
. This issue is to:fabs(const Kokkos::complex<T> &x)
andfabs(half_t)
to KokkosCC: @lucbv, @jennloe
Related to #1208 and #1197.
The text was updated successfully, but these errors were encountered: