[all-commits] [llvm/llvm-project] 59ef2c: [CUDA] Disallow use of address_space(N) on CUDA de...

Artem Belevich via All-commits all-commits at lists.llvm.org
Mon Jun 9 10:39:26 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 59ef2c34a12ea53bb7fa386a598f1299ccc1f8d5
      https://github.com/llvm/llvm-project/commit/59ef2c34a12ea53bb7fa386a598f1299ccc1f8d5
  Author: Artem Belevich <tra at google.com>
  Date:   2025-06-09 (Mon, 09 Jun 2025)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/lib/Sema/SemaCUDA.cpp
    M clang/test/SemaCUDA/bad-attributes.cu

  Log Message:
  -----------
  [CUDA] Disallow use of address_space(N) on CUDA device variables. (#142857)

The variables have implicit host-side shadow instances and explicit
address space attribute breaks them on the host.



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