diff options
author | Juan Manuel Martinez CaamaƱo <jmartinezcaamao@gmail.com> | 2024-09-04 16:41:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-04 16:41:43 +0200 |
commit | 2d7339ad24b41eb06c417f7067b9fbeb4fdb2e6b (patch) | |
tree | 58012435b1338e29499e6af7284a33837c2f6bc6 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 660e34fd38c3fb39fba1871bbf5b2eb3a48bf277 (diff) | |
download | llvm-2d7339ad24b41eb06c417f7067b9fbeb4fdb2e6b.zip llvm-2d7339ad24b41eb06c417f7067b9fbeb4fdb2e6b.tar.gz llvm-2d7339ad24b41eb06c417f7067b9fbeb4fdb2e6b.tar.bz2 |
[AMDGPU][LDS] Fix dynamic LDS interaction with "amdgpu-no-lds-kernel-id" (#107092)
Dynamic lds and Table lds both use the amdgpu_lds_kernel_id intrinsic.
Kernels and functons that make an indirect use of this should not have
the
"amdgpu-no-lds-kernel-id" attribute.
For the later, this was done. For the dynamic lds case, this was
missing. This patch fixes it.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions