[Openmp-commits] [PATCH] D142249: [openmp] Workaround for HSA in issue 60119
Mészáros Gergely via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sat Jan 21 00:28:07 PST 2023
Maetveis requested changes to this revision.
Maetveis added inline comments.
This revision now requires changes to proceed.
================
Comment at: openmp/libomptarget/include/device.h:549-554
+ // Only called by libomptarget constructor
+ for (auto *Desc : DelayedBinDesc) {
+ __tgt_register_lib(Desc);
+ }
+ DelayedBinDesc.clear();
+ RTLsLoaded = true;
----------------
This will just add them to the delayed vector again.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142249/new/
https://reviews.llvm.org/D142249
More information about the Openmp-commits
mailing list