Skip to content

Commit

Permalink
MueLu: Remove outdated comment.
Browse files Browse the repository at this point in the history
This test is now working properly for White and Cuda's pascal node.
There is no fluctuation in the norm result for CUDA_LAUNCH_BLOCKING=0.
  • Loading branch information
MicheldeMessieres committed Jul 31, 2020
1 parent 0ec5ab2 commit 27de727
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/muelu/test/unit_tests/Hierarchy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -330,12 +330,6 @@ namespace MueLuTests {
norms = Utilities::ResidualNorm(*Op, *X, *RHS);
out << "||res_" << std::setprecision(2) << iterations << "|| = " << std::setprecision(15) << norms[0] << std::endl;

// TODO: CUDA_LAUNCH_BLOCKING=0 will result in fluctuating values for the norm
// Need to track down the source of the randomness.
// Note that the test will fail about 1/5 of the time on white with CUDA_LAUNCH_BLOCKING=0
// Changing the scale from 100 to 1000 is sufficient to keep it passing.
// But the randomness is probably something that needs to be fixed.
// Will address this in a separate PR.
TEST_EQUALITY(norms[0] < 100*TMT::eps(), true);

} //Iterate
Expand Down

0 comments on commit 27de727

Please sign in to comment.