[all-commits] [llvm/llvm-project] 035dcf: [HIP] fix bundle ID for amdgcnspirv (#139112)
Yaxun (Sam) Liu via All-commits
all-commits at lists.llvm.org
Thu May 8 19:08:54 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 035dcf6a2a706288c8abe1017c965a1033fca800
https://github.com/llvm/llvm-project/commit/035dcf6a2a706288c8abe1017c965a1033fca800
Author: Yaxun (Sam) Liu <yaxun.liu at amd.com>
Date: 2025-05-08 (Thu, 08 May 2025)
Changed paths:
M clang/lib/Driver/OffloadBundler.cpp
M clang/test/Driver/clang-offload-bundler-standardize.c
Log Message:
-----------
[HIP] fix bundle ID for amdgcnspirv (#139112)
Currently ROCm 6.4.0 only recognize spirv64-amd-amdhsa- in bundle ID.
spirv64-amd-amdhsa-unknown causes all HIP apps compiled for amdgcnspirv
to fail.
Previously we fixed a similar issue for
amdgcn-amd-amdhsa-unknown. This patch extends that to
spirv64-amd-amdhsa-unknown.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list