aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorhidekisaito <hidekido@amd.com>2024-12-09 16:11:38 -0800
committerGitHub <noreply@github.com>2024-12-09 19:11:38 -0500
commitf2bceb2311f288f207a10d62d80390457c4cf05c (patch)
tree820082e0418bfc4655939c906b7e947de48d570e /clang/lib/CodeGen/CodeGenModule.cpp
parent2c05e690660e9881a5102b3cc86ef244b3bdd852 (diff)
downloadllvm-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