Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jgfouca committed Aug 5, 2024
1 parent 0843425 commit 364a0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparse/impl/KokkosSparse_sptrsv_solve_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ struct SptrsvWrap {
typename Base::reftype lhs_val = Base::lget(rowid);

const auto block_size_ = BlockEnabled ? Base::get_block_size() : 1;
(void) block_size_; // Some settings do not use this var
(void)block_size_; // Some settings do not use this var

if constexpr (IsSerial) {
KK_KERNEL_ASSERT_MSG(my_rank == 0, "Non zero rank in serial");
Expand Down

0 comments on commit 364a0ab

Please sign in to comment.