Skip to content

Commit

Permalink
uncomment a GPU test
Browse files Browse the repository at this point in the history
  • Loading branch information
sjsprecious committed Nov 18, 2024
1 parent 5a612d6 commit bacb558
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/integration/cuda/test_cuda_analytical_rosenbrock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,11 @@ TEST(AnalyticalExamplesCudaRosenbrock, Oregonator)
test_analytical_oregonator<builderType1Cell, stateType1Cell>(six_da_1_cell, 2e-3, copy_to_device, copy_to_host);
}

// TEST(AnalyticalExamplesCudaRosenbrock, HIRES)
// {
// test_analytical_hires<builderType1Cell, stateType1Cell>(two_1_cell, 1e-6, copy_to_device, copy_to_host);
// test_analytical_hires<builderType1Cell, stateType1Cell>(three_1_cell, 1e-7, copy_to_device, copy_to_host);
// test_analytical_hires<builderType1Cell, stateType1Cell>(four_1_cell, 1e-7, copy_to_device, copy_to_host);
// test_analytical_hires<builderType1Cell, stateType1Cell>(four_da_1_cell, 1e-6, copy_to_device, copy_to_host);
// test_analytical_hires<builderType1Cell, stateType1Cell>(six_da_1_cell, 1e-6, copy_to_device, copy_to_host);
// }
TEST(AnalyticalExamplesCudaRosenbrock, HIRES)
{
test_analytical_hires<builderType1Cell, stateType1Cell>(two_1_cell, 1e-6, copy_to_device, copy_to_host);
test_analytical_hires<builderType1Cell, stateType1Cell>(three_1_cell, 1e-7, copy_to_device, copy_to_host);
test_analytical_hires<builderType1Cell, stateType1Cell>(four_1_cell, 1e-7, copy_to_device, copy_to_host);
test_analytical_hires<builderType1Cell, stateType1Cell>(four_da_1_cell, 1e-6, copy_to_device, copy_to_host);
test_analytical_hires<builderType1Cell, stateType1Cell>(six_da_1_cell, 1e-6, copy_to_device, copy_to_host);
}

0 comments on commit bacb558

Please sign in to comment.