diff options
author | hidekisaito <hidekido@amd.com> | 2024-12-09 16:11:38 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-09 19:11:38 -0500 |
commit | f2bceb2311f288f207a10d62d80390457c4cf05c (patch) | |
tree | 820082e0418bfc4655939c906b7e947de48d570e /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 2c05e690660e9881a5102b3cc86ef244b3bdd852 (diff) | |
download | llvm-f2bceb2311f288f207a10d62d80390457c4cf05c.zip llvm-f2bceb2311f288f207a10d62d80390457c4cf05c.tar.gz llvm-f2bceb2311f288f207a10d62d80390457c4cf05c.tar.bz2 |
[Offload][AMDGPU] accept generic target (#118919)
Enables generic ISA, e.g., "--offload-arch=gfx11-generic" device code to
run on gfx11-generic ISA capable device.
Executable may contain one ELF that has specific target ISA and another
ELF that has compatible generic ISA.
Under that circumstance, this code should say both ELFs are compatible,
leaving the rest to PluginManager to handle.
Suggestions on how best to address that is welcome.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions