[all-commits] [llvm/llvm-project] 5024a4: [clang] convergent attribute does not require "all...

Sameer Sahasrabuddhe via All-commits all-commits at lists.llvm.org
Tue Apr 15 09:14:45 PDT 2025


  Branch: refs/heads/users/ssahasra/convergent-no-all-threads
  Home:   https://github.com/llvm/llvm-project
  Commit: 5024a4e5a9dc92744296cf59db7363602bca1807
      https://github.com/llvm/llvm-project/commit/5024a4e5a9dc92744296cf59db7363602bca1807
  Author: Sameer Sahasrabuddhe <sameer.sahasrabuddhe at amd.com>
  Date:   2025-04-15 (Tue, 15 Apr 2025)

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

  Log Message:
  -----------
  [clang] convergent attribute does not require "all threads"

The documentation for the `convergent` attribute claims that OpenCL and CUDA
require "all threads" in a group to call the same convergent operation. This is
true only for OpenCL, and in general, the `convergent` attribute is used in LLVM
IR on operations that have no such constraint.



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