Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit c4f6e62

Browse files
committed
drop simpler tests without many checks
1 parent ea693b1 commit c4f6e62

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

tests/unit/solver/test_solver.cpp

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -251,32 +251,6 @@ auto solve_and_dump(Args&&... args) {
251251
return threads.dump_solver_data();
252252
}
253253

254-
/** Try and test the cell-permute={0,1,2} solvers in an isolated environment.
255-
*/
256-
BOOST_AUTO_TEST_CASE(CellPermute0_CPU) {
257-
solve_and_dump(SolverImplementation::CellPermute0_CPU);
258-
}
259-
260-
BOOST_AUTO_TEST_CASE(CellPermute0_GPU) {
261-
solve_and_dump(SolverImplementation::CellPermute0_GPU);
262-
}
263-
264-
BOOST_AUTO_TEST_CASE(CellPermute1_CPU) {
265-
solve_and_dump(SolverImplementation::CellPermute1_CPU);
266-
}
267-
268-
BOOST_AUTO_TEST_CASE(CellPermute1_GPU) {
269-
solve_and_dump(SolverImplementation::CellPermute1_GPU);
270-
}
271-
272-
BOOST_AUTO_TEST_CASE(CellPermute2_CUDA) {
273-
solve_and_dump(SolverImplementation::CellPermute2_CUDA);
274-
}
275-
276-
BOOST_AUTO_TEST_CASE(CellPermute2_GPU) {
277-
solve_and_dump(SolverImplementation::CellPermute2_GPU);
278-
}
279-
280254
auto active_implementations() {
281255
// These two are always available
282256
std::vector<SolverImplementation> ret{SolverImplementation::CellPermute0_CPU,

0 commit comments

Comments
 (0)