[Openmp-commits] [PATCH] D113602: [OpenMP] Fix master thread barrier for Pascal
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Nov 11 09:16:56 PST 2021
tianshilei1992 added a comment.
IMO, `genericStateMachine` should not be called by the other 31 threads in the extra warp. I think it would be more clear to add the guard in `__kmpc_target_init`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113602/new/
https://reviews.llvm.org/D113602
More information about the Openmp-commits
mailing list