[Openmp-commits] [PATCH] D108488: [OpenMP] [test] Fix intermittent omp_get_wtime.c test failures

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Oct 6 07:21:38 PDT 2021


protze.joachim added a comment.

If this test still has issues after the latest patch changing to 100%, basically avg() < 2* expected, we could change to median() < 2*expected. This would effectively ignore the larger half of values.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108488/new/

https://reviews.llvm.org/D108488



More information about the Openmp-commits mailing list