Skip to content

Commit

Permalink
Add comment about reduce test tolerance
Browse files Browse the repository at this point in the history
  • Loading branch information
rhornung67 committed Nov 4, 2024
1 parent e4b6b88 commit f6f50a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test-raja-perf-suite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ TEST(ShortSuiteTest, Basic)
#if !defined(_WIN32)

#if defined(RAJA_ENABLE_TARGET_OPENMP)
// checksum tolerance reduced b/c bas omp target variant of JACOBI_1D
// kernel result is off
chksum_tol = 5e-6;

sargv.emplace_back(std::string("--exclude-kernels"));
Expand Down

0 comments on commit f6f50a7

Please sign in to comment.