[Openmp-commits] [PATCH] D120142: [OpenMP][CUDA] Use one event pool per device
Shilei Tian via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Feb 18 10:06:49 PST 2022
tianshilei1992 added inline comments.
================
Comment at: openmp/libomptarget/plugins/cuda/src/rtl.cpp:176
+protected:
CUcontext Context;
+};
----------------
I don't think it's good to put `CUcontext` in allocator. That template is only a reference for other specialization.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120142/new/
https://reviews.llvm.org/D120142
More information about the Openmp-commits
mailing list