[Openmp-commits] [PATCH] D133053: [Libomptarget] Change device free routines to accept the allocation kind
Joseph Huber via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Sep 1 09:17:22 PDT 2022
jhuber6 added a comment.
In D133053#3764298 <https://reviews.llvm.org/D133053#3764298>, @tianshilei1992 wrote
> Again, like I said, we can claim LLVM 15 is the last version to guarantee backward compatibility for all the components we require. For later version all components have to be from the same build. We just need to make a consensus in the meeting, document it, and do whatever we want to change the APIs in the future.
This would be nice considering a lot of the legacy we carry around. The fact that LLVM 15 released with proper versioned `.so` objects, e.g. `libomptarget.so.15` helps us to suggest that. It would definitely need to be discussed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133053/new/
https://reviews.llvm.org/D133053
More information about the Openmp-commits
mailing list