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 Jan 7, 2022
1 parent c8ea078 commit caef435
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 @@ -102,8 +102,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 caef435

Please sign in to comment.