[Openmp-commits] [PATCH] D121058: [OpenMP][FIX] Avoid races in the handling of to be deleted mapping entries

Ron Lieberman via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Mar 29 04:16:56 PDT 2022


ronlieb added inline comments.


================
Comment at: openmp/libomptarget/test/mapping/map_back_race.cpp:32
+}
+int main() { test_parallel_for__target(); }
----------------
seeing sporadic failures on this test, in the amdgpu openmp buildbot. return code -11
i think we need a return 0; here


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121058



More information about the Openmp-commits mailing list