[Openmp-commits] [PATCH] D65013: [OPENMP][NVPTX]Fix parallel level counter in Cuda 9.0.

Alexey Bataev via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Jul 22 10:11:14 PDT 2019


ABataev added a comment.

In D65013#1595977 <https://reviews.llvm.org/D65013#1595977>, @grokos wrote:

> Does this behavior of CUDA >= 9.0 affect only the parallel level counter? Do we need to propagate these changes to other functions?


Seems to me, it affects only parallelLevel counter because currently only parallelLevel counter is used on per-warp level.


Repository:
  rOMP OpenMP

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

https://reviews.llvm.org/D65013





More information about the Openmp-commits mailing list