[PATCH] D120271: [Clang] Add offload kind to embedded offload object
Saiyedul Islam via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 22 09:43:18 PST 2022
saiislam added a comment.
Will it be possible to use Bundle Entry ID format [1] for naming sections and being sort of the the primary key to refer an offload object?
The arch string following the triple will be just offload-arch (or march, or mcpu) for others, but for amdgpu it may contain some more information.
[1] https://clang.llvm.org/docs/ClangOffloadBundler.html#bundle-entry-id
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120271/new/
https://reviews.llvm.org/D120271
More information about the cfe-commits
mailing list