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
Tpetra::CrsGraph::getRowInfo calls getRowPtrsUnpackedHost() which returns a cached view. If the view has not already been allocated, it is computed and stored. This is problematic since getRowInfo is called from Kokkos parallel regions.