Skip to content

Commit

Permalink
Applying clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
lucbv committed Mar 26, 2024
1 parent e88b1a1 commit 44b4418
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sparse/impl/KokkosSparse_gauss_seidel_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1547,8 +1547,8 @@ class PointGaussSeidel {
Permuted_Yvector);
}
if (init_zero_x_vector) {
KokkosKernels::Impl::zero_vector<
MyExecSpace, scalar_persistent_work_view2d_t>(
KokkosKernels::Impl::zero_vector<MyExecSpace,
scalar_persistent_work_view2d_t>(
my_exec_space, num_cols * block_size, Permuted_Xvector);
} else {
KokkosKernels::Impl::permute_block_vector<
Expand Down Expand Up @@ -1664,8 +1664,8 @@ class PointGaussSeidel {
Permuted_Yvector);
}
if (init_zero_x_vector) {
KokkosKernels::Impl::zero_vector<
MyExecSpace, scalar_persistent_work_view2d_t>(
KokkosKernels::Impl::zero_vector<MyExecSpace,
scalar_persistent_work_view2d_t>(
my_exec_space, num_cols, Permuted_Xvector);
} else {
KokkosKernels::Impl::permute_vector<
Expand Down

0 comments on commit 44b4418

Please sign in to comment.