[Openmp-commits] [PATCH] D106509: [OpenMP][OpenACC] Implement `ompx_hold` map type modifier extension in Clang (1/2)

Joachim Protze via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Aug 13 02:32:18 PDT 2021


protze.joachim added a comment.

In D106509#2943316 <https://reviews.llvm.org/D106509#2943316>, @grokos wrote:

> The next patch in this series (D106510 <https://reviews.llvm.org/D106510>) modifies libomptarget and introduces a second reference count for ompx_hold. There won't be a singe RefCount anymore. I will review that patch once this one has been finalized.

Ok, thanks for the clarification. This change was not obvious from the description of the two patches. Makes sense then.


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

https://reviews.llvm.org/D106509



More information about the Openmp-commits mailing list