[Openmp-commits] [PATCH] D82718: [OpenMP] Use primary context in CUDA plugin
Ye Luo via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Jun 30 13:36:13 PDT 2020
ye-luo added a comment.
In D82718#2123747 <https://reviews.llvm.org/D82718#2123747>, @tianshilei1992 wrote:
> In D82718#2123675 <https://reviews.llvm.org/D82718#2123675>, @protze.joachim wrote:
>
> > This patch drops the `CU_CTX_SCHED_BLOCKING_SYNC` property currently selected for the context. Is this intended? Should we add another function call to request this behavior for the primary context?
>
>
> That is good point. We depend on the synchronous behavior in some cases in the RTL.
Are you sure this is the right flag you need?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82718/new/
https://reviews.llvm.org/D82718
More information about the Openmp-commits
mailing list