Skip to content

Commit

Permalink
Remove fences
Browse files Browse the repository at this point in the history
Signed-off-by: James Foucar <[email protected]>
  • Loading branch information
jgfouca committed Oct 25, 2024
1 parent a93e316 commit 643ff70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/ifpack2/src/Ifpack2_Experimental_RBILUK_def.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,6 @@ apply (const Tpetra::MultiVector<scalar_type,local_ordinal_type,global_ordinal_t
auto Y_view = Kokkos::subview(Y_views, Kokkos::ALL(), vec);
KokkosSparse::Experimental::sptrsv_solve(L_Sptrsv_KernelHandle_.getRawPtr(), L_rowmap, L_entries, L_values, X_view, tmp_);
}
Kokkos::fence();
}

{
Expand All @@ -1137,7 +1136,6 @@ apply (const Tpetra::MultiVector<scalar_type,local_ordinal_type,global_ordinal_t
auto Y_view = Kokkos::subview(Y_views, Kokkos::ALL(), vec);
KokkosSparse::Experimental::sptrsv_solve(U_Sptrsv_KernelHandle_.getRawPtr(), U_rowmap, U_entries, U_values, tmp_, Y_view);
}
Kokkos::fence();
}

KokkosBlas::axpby(alpha, Y_views, beta, Y_views);
Expand Down

0 comments on commit 643ff70

Please sign in to comment.