[all-commits] [llvm/llvm-project] 2a30ef: [Clang][HIP][CUDA] Add `__cluster_dims__` and `__n...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Wed Sep 3 15:57:51 PDT 2025
Branch: refs/heads/users/shiltian/cluster_dims_clang_support
Home: https://github.com/llvm/llvm-project
Commit: 2a30ef5a778fd4aee5ef5f10066ed3bda317e9d1
https://github.com/llvm/llvm-project/commit/2a30ef5a778fd4aee5ef5f10066ed3bda317e9d1
Author: Shilei Tian <i at tianshilei.me>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M clang/include/clang/Basic/Attr.td
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Sema/Sema.h
M clang/lib/CodeGen/Targets/AMDGPU.cpp
M clang/lib/Headers/__clang_hip_runtime_wrapper.h
M clang/lib/Sema/SemaDeclAttr.cpp
M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
M clang/test/CodeGenCUDA/Inputs/cuda.h
A clang/test/CodeGenCUDA/cluster_dims.cu
M clang/test/Misc/pragma-attribute-supported-attributes-list.test
M clang/test/SemaCUDA/Inputs/cuda.h
A clang/test/SemaCUDA/cluster_dims.cu
Log Message:
-----------
[Clang][HIP][CUDA] Add `__cluster_dims__` and `__no_cluster__` attribute
This PR adds basic frontend support for `__cluster_dims__` and `__no_cluster__` attribute.
Co-authored-by: Yaxun (Sam) Liu <yaxun.liu at amd.com>
Co-authored-by: Jay Foad <jay.foad at amd.com>
Commit: 64f5398a27646b4223d7e4db6aa5b354e2dedc9a
https://github.com/llvm/llvm-project/commit/64f5398a27646b4223d7e4db6aa5b354e2dedc9a
Author: Shilei Tian <i at tianshilei.me>
Date: 2025-09-03 (Wed, 03 Sep 2025)
Changed paths:
M clang/include/clang/Basic/Attr.td
M clang/include/clang/Basic/AttrDocs.td
Log Message:
-----------
add documentation
Compare: https://github.com/llvm/llvm-project/compare/190dd7af7335...64f5398a2764
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