[Openmp-commits] [PATCH] D122014: [OpenMP][CUDA] Fix potential program crash caused by double free resources
Johannes Doerfert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Mar 25 09:36:19 PDT 2022
jdoerfert added inline comments.
================
Comment at: openmp/libomptarget/plugins/cuda/src/rtl.cpp:22
#include <unordered_map>
+#include <unordered_set>
#include <vector>
----------------
Nit: not needed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122014/new/
https://reviews.llvm.org/D122014
More information about the Openmp-commits
mailing list