[clang] [ClangOffloadBundler] make hipv4 and hip compatible (PR #91637)
Yaxun Liu via cfe-commits
cfe-commits at lists.llvm.org
Thu May 9 13:40:20 PDT 2024
yxsamliu wrote:
> There's some code in the `clang-linker-wrapper` that creates the offloadbundler format for HIP offloading. I think it and the tests use `hipv4` which we could presumably remove now?
yes. I updated linker wrapper to use hip- instead of hipv4-
https://github.com/llvm/llvm-project/pull/91637
More information about the cfe-commits
mailing list