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
If Kokkos is built with UVM enabled, the supernodal build fails with several static asserts about invalid conversions, e.g.
static assertion failed with "View assignment must have compatible spaces"
src/sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp(2586)
Kokkos::View<scalar_t*, memory_space> work = thandle.get_workspace ();
This does not occur on Cuda builds without UVM or OpenMP builds.
The text was updated successfully, but these errors were encountered:
If Kokkos is built with UVM enabled, the supernodal build fails with several static asserts about invalid conversions, e.g.
This does not occur on Cuda builds without UVM or OpenMP builds.
The text was updated successfully, but these errors were encountered: