Skip to content

Commit 0b120f1

Browse files
committed
Add PIPECG to test_install.cpp
1 parent 46c9e2d commit 0b120f1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

test/test_install/test_install.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,12 @@ int main()
478478
check_solver<Solver>(exec, A_raw, b, x);
479479
}
480480

481+
// core/solver/pipe_cg.hpp
482+
{
483+
using Solver = gko::solver::PipeCg<>;
484+
check_solver<Solver>(exec, A_raw, b, x);
485+
}
486+
481487
// core/solver/gcr.hpp
482488
{
483489
using Solver = gko::solver::Gcr<>;

0 commit comments

Comments
 (0)