[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 08:11:56 PDT 2022
jhuber6 added a comment.
In D133053#3764082 <https://reviews.llvm.org/D133053#3764082>, @tianshilei1992 wrote:
> I think we'd better keep `__tgt_rtl_data_delete` unchanged, and add another interface. AFAIK we require `libomptarget` to be aligned with `clang`, but don't force the plugins.
I figured it was okay to change since I don't recall if we actually provide backwards compatibility for the plugins.
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