Home
last modified time | relevance | path

Searched refs:last_matrix (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/pc/impls/bjacobi/bjkokkos/
H A Dbjkokkoskernels.kokkos.cxx77 …const int last_matrix = (static_cast<int>(member.league_rank() + 1) * _N_team < N ? static_cast<i… in operator ()() local
81 … = Kokkos::subview(_D, Kokkos::make_pair(first_matrix, last_matrix), Kokkos::ALL); in operator ()()
82 … = Kokkos::subview(_X, Kokkos::make_pair(first_matrix, last_matrix), Kokkos::ALL); in operator ()()
83 … = Kokkos::subview(_B, Kokkos::make_pair(first_matrix, last_matrix), Kokkos::ALL); in operator ()()
95 …ScratchPadValuesViewType diag(member.team_scratch(1), last_matrix - first_matrix, _diag.extent(1)); in operator ()()
98 …:invoke(member, Kokkos::subview(_diag, Kokkos::make_pair(first_matrix, last_matrix), Kokkos::ALL),… in operator ()()