[Openmp-commits] [PATCH] D104418: [OpenMP][Offloading] Fixed data race in libomptarget caused by async data movement

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Jun 23 10:09:36 PDT 2021


tianshilei1992 added inline comments.


================
Comment at: openmp/libomptarget/src/omptarget.cpp:501-509
-<<<<<<< HEAD
-      DP("There are %zu bytes allocated at target address " DPxMOD "\n",
-         sizeof(void *), DPxPTR(PointerTgtPtrBegin));
-=======
       DP("There are %zu bytes allocated at target address " DPxMOD " - is%s new"
          "\n",
          sizeof(void *), DPxPTR(PointerTgtPtrBegin),
----------------
protze.joachim wrote:
> This probably shouldn't be here?
yeah, it's a rebase error. I'll reorg the patch stack.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104418



More information about the Openmp-commits mailing list