This repository was archived by the owner on Mar 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-26
lines changed
Expand file tree Collapse file tree 1 file changed +0
-26
lines changed Original file line number Diff line number Diff 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-
280254auto active_implementations () {
281255 // These two are always available
282256 std::vector<SolverImplementation> ret{SolverImplementation::CellPermute0_CPU,
You can’t perform that action at this time.
0 commit comments