[Openmp-commits] [PATCH] D66802: [OPENMP][NVPTX]Fix parallel level counter in non-SPMD mode.

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Sep 3 10:02:36 PDT 2019


jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.

You need to change the "type" of `Mask` and use the `__kmpc_...` call for `ACTIVEMASK` and `SYNCWARP`.

Other than that it looks good to me. (I really appreciate the description in the comment.)


Repository:
  rOMP OpenMP

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

https://reviews.llvm.org/D66802





More information about the Openmp-commits mailing list