Following D111954, this patch adds the resource pool for CUevent.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
openmp/libomptarget/plugins/cuda/src/rtl.cpp | ||
---|---|---|
330 | Right. I'll remove it as well as other .reset() in another NFC patch. |
openmp/libomptarget/plugins/cuda/src/rtl.cpp | ||
---|---|---|
487 | Need to be 0 instead of 8. Otherwise resize() happens before cuInit(). |
openmp/libomptarget/plugins/cuda/src/rtl.cpp | ||
---|---|---|
487 | Oh, that is the reason I used unique_ptr before. |
clang-format: please reformat the code