[Openmp-commits] [PATCH] D82718: [OpenMP] Use primary context in CUDA plugin

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jun 30 13:04:07 PDT 2020


tianshilei1992 added a comment.

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.


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

https://reviews.llvm.org/D82718





More information about the Openmp-commits mailing list