[all-commits] [llvm/llvm-project] 4224bb: [Clang][HIP][CUDA] Add `__cluster_dims__` and `__n...

Shilei Tian via All-commits all-commits at lists.llvm.org
Thu Sep 25 16:29:46 PDT 2025


  Branch: refs/heads/users/shiltian/cluster_dims_clang_support
  Home:   https://github.com/llvm/llvm-project
  Commit: 4224bb4e46efa485468ba1fc0738963a1d012970
      https://github.com/llvm/llvm-project/commit/4224bb4e46efa485468ba1fc0738963a1d012970
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2025-09-25 (Thu, 25 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: 7ec015e626b5805dd57f11cc8f4346b4fbd8d9f3
      https://github.com/llvm/llvm-project/commit/7ec015e626b5805dd57f11cc8f4346b4fbd8d9f3
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2025-09-25 (Thu, 25 Sep 2025)

  Changed paths:
    M clang/include/clang/Basic/Attr.td
    M clang/include/clang/Basic/AttrDocs.td

  Log Message:
  -----------
  add documentation


  Commit: eb4030a4027677af9e23dd3919478cc7a1292a82
      https://github.com/llvm/llvm-project/commit/eb4030a4027677af9e23dd3919478cc7a1292a82
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2025-09-25 (Thu, 25 Sep 2025)

  Changed paths:
    M clang/include/clang/Basic/AttrDocs.td
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/lib/Sema/SemaDeclAttr.cpp

  Log Message:
  -----------
  fix comments


  Commit: e865987e53729d1e96a35db296fb8cd977831c5d
      https://github.com/llvm/llvm-project/commit/e865987e53729d1e96a35db296fb8cd977831c5d
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2025-09-25 (Thu, 25 Sep 2025)

  Changed paths:
    M clang/lib/Sema/SemaDeclAttr.cpp

  Log Message:
  -----------
  minor improvements


  Commit: ccee4ec930621d8db94697fe9c26f78314b9ec00
      https://github.com/llvm/llvm-project/commit/ccee4ec930621d8db94697fe9c26f78314b9ec00
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2025-09-25 (Thu, 25 Sep 2025)

  Changed paths:
    M clang/lib/Sema/SemaDeclAttr.cpp

  Log Message:
  -----------
  fix an error


  Commit: 4456ae4de28a8a629872cfbc4a03a78e70adb267
      https://github.com/llvm/llvm-project/commit/4456ae4de28a8a629872cfbc4a03a78e70adb267
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2025-09-25 (Thu, 25 Sep 2025)

  Changed paths:
    M clang/include/clang/Basic/Attr.td
    M clang/test/Misc/pragma-attribute-supported-attributes-list.test

  Log Message:
  -----------
  fix another comment


Compare: https://github.com/llvm/llvm-project/compare/17201e755c13...4456ae4de28a

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