[Openmp-commits] [PATCH] D66672: [OPENMP][NVPTX]Add __kmpc_syncwarp(int32_t) function.

Alexey Bataev via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Aug 23 12:22:38 PDT 2019


ABataev added a comment.

In D66672#1643428 <https://reviews.llvm.org/D66672#1643428>, @jdoerfert wrote:

> We have uses of `__SYNCWARP` in the library, right? Can we use the function instead and maybe put it in the language dependent part?


Move `__SYNCWARP` macro to target_impl.h? And introduce __kmpc_impl_synwarp()?


Repository:
  rOMP OpenMP

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

https://reviews.llvm.org/D66672





More information about the Openmp-commits mailing list