Skip to content

Commit

Permalink
Sparse: applying clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
lucbv committed Sep 21, 2023
1 parent 4dd65a6 commit 570fb6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sparse/impl/KokkosSparse_CrsMatrix_traversal_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ int64_t crsmatrix_traversal_launch_parameters(int64_t numRows, int64_t nnz,

if (nnz_per_row < 1) nnz_per_row = 1;

int max_vector_length = Kokkos::TeamPolicy<execution_space>::vector_length_max();
int max_vector_length =
Kokkos::TeamPolicy<execution_space>::vector_length_max();

if (vector_length < 1) {
vector_length = 1;
Expand Down

0 comments on commit 570fb6c

Please sign in to comment.