[Openmp-commits] [PATCH] D111954: [OpenMP][Plugin] Introduce generic resource pool

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Dec 27 08:33:32 PST 2021


tianshilei1992 marked an inline comment as done.
tianshilei1992 added inline comments.


================
Comment at: openmp/libomptarget/plugins/cuda/src/rtl.cpp:565-566
 
+    for (auto &S : StreamPool)
+      S = nullptr;
+
----------------
ye-luo wrote:
> Probabaly S.reset()  is more C++ way.
Will make the change in another patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D111954



More information about the Openmp-commits mailing list