[Openmp-commits] [PATCH] D116315: [OpenMP][CUDA] Add resource pool for CUevent

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


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


================
Comment at: openmp/libomptarget/plugins/cuda/src/rtl.cpp:325
   using StreamPoolTy = ResourcePoolTy<CUstream>;
   using StreamAllocatorTy = AllocatorTy<CUstream>;
   std::vector<std::unique_ptr<StreamPoolTy>> StreamPool;
----------------
ye-luo wrote:
> This line probably can be removed.
Right. I'll remove it as well as other `.reset()` in another NFC patch.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D116315



More information about the Openmp-commits mailing list