[all-commits] [llvm/llvm-project] ca39a0: [Clang] Fix 'gpuintrin.h' match when included with...

Joseph Huber via All-commits all-commits at lists.llvm.org
Thu Mar 6 17:38:00 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ca39a029b66e3f6d8b70fb3fe437d5c024643d6d
      https://github.com/llvm/llvm-project/commit/ca39a029b66e3f6d8b70fb3fe437d5c024643d6d
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2025-03-06 (Thu, 06 Mar 2025)

  Changed paths:
    M clang/lib/Headers/nvptxintrin.h

  Log Message:
  -----------
  [Clang] Fix 'gpuintrin.h' match when included with no arch set (#129927)

Summary:
These require `+ptx` features to be set even though they're guarded by
the `__nvvm_reflect`. Rather than figure out how to hack around that
with the `target` attribute I'm just going to disable it for 'generic'
builds and use the slow version for now.



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