[Openmp-commits] [openmp] [OpenMP][FIX] Ensure we allow shared libraries without kernels (PR #74532)
Joseph Huber via Openmp-commits
openmp-commits at lists.llvm.org
Tue Dec 5 14:39:17 PST 2023
================
@@ -790,7 +790,7 @@ Error GenericDeviceTy::deinit(GenericPluginTy &Plugin) {
&ImageDeviceMemoryPoolTracking);
if (auto Err =
GHandler.readGlobalFromDevice(*this, *Image, TrackerGlobal))
- return Err;
+ continue;
----------------
jhuber6 wrote:
Needs to be consumed here. In the future we should make a lookup function that doesn't Error.
https://github.com/llvm/llvm-project/pull/74532
More information about the Openmp-commits
mailing list