[Openmp-commits] [PATCH] D112861: [OpenMP][DeviceRTL] Fixed an issue that causes hang in SU3
Ye Luo via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sat Oct 30 11:56:48 PDT 2021
ye-luo added inline comments.
================
Comment at: openmp/libomptarget/DeviceRTL/src/Parallelism.cpp:129
+ // __kmpc_target_deinit may not hold.
+ synchronize::threadsAligned();
+
----------------
This explanation seems plausible. Are the synchronization requirement of ASSERT and why being documented somewhere?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112861/new/
https://reviews.llvm.org/D112861
More information about the Openmp-commits
mailing list