| 483da673 | 30-Jul-2025 |
Junchao Zhang <jczhang@anl.gov> |
VecKok: fix a bug in VecKokkosResetArray with Kokkos built with unified memory or host only
In other words, when device view and host view are the same in a DualView.
This error showed up with vec/
VecKok: fix a bug in VecKokkosResetArray with Kokkos built with unified memory or host only
In other words, when device view and host view are the same in a DualView.
This error showed up with vec/vec/tests/ex3k and Kokkos-4.7.0
DualView storing one View constructed from two different Views Backtrace: [0x7fc3adb91bf4] Kokkos::Impl::save_stacktrace() [0x7fc3adb48229] Kokkos::Impl::host_abort(char const*) [0x423db5] [0x7fc3b06545c1] Kokkos::DualView<double*>::DualView(Kokkos::View<double*> const&, Kokkos::View<double*, Kokkos::LayoutRight, Kokkos::Device<Kokkos::Serial, Kokkos::HostSpace>, Kokkos::Experimental::EmptyViewHooks> const&) [0x7fc3b067f901] VecKokkosResetArray
show more ...
|