Skip to content

Commit

Permalink
Cover all GS apply types in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikołaj Zuzek committed Dec 17, 2021
1 parent 6403fd8 commit a5bb9a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unit_test/sparse/Test_Sparse_block_gauss_seidel.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ struct GSTestParams {
2008 // make the shmem small on gpus so that it will test 2 level
// algorithm.
};
std::vector<GSApplyType> apply_types = {
symmetric /* , forward_sweep, backward_sweep */};
std::vector<GSApplyType> apply_types = {symmetric, forward_sweep,
backward_sweep};
};

template <typename mtx_t, typename vector_t, typename const_vector_t>
Expand Down

0 comments on commit a5bb9a0

Please sign in to comment.