[all-commits] [llvm/llvm-project] 2b8125: [Clang][OpenCL] Promote a few extensions to OpenCL...

Wenju He via All-commits all-commits at lists.llvm.org
Thu Jul 16 02:15:33 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2b8125c686614ffc5c5f8cde007cd6ddcf6649d8
      https://github.com/llvm/llvm-project/commit/2b8125c686614ffc5c5f8cde007cd6ddcf6649d8
  Author: Wenju He <wenju.he at intel.com>
  Date:   2026-07-16 (Thu, 16 Jul 2026)

  Changed paths:
    M clang/docs/ReleaseNotes.md
    M clang/include/clang/Basic/OpenCLExtensions.def
    A clang/test/Misc/amdgcn.unsupported_core_3.1.cl
    M clang/test/SemaOpenCL/extension-version.cl

  Log Message:
  -----------
  [Clang][OpenCL] Promote a few extensions to OpenCL 3.1 core (#204330)

Following 6 OpenCL extensions are promoted to core features in 3.1:
https://github.com/KhronosGroup/OpenCL-Docs/commit/9fff1a87a975
- cl_khr_extended_bit_ops
- cl_khr_integer_dot_product
- cl_khr_subgroup_extended_types
- cl_khr_subgroup_rotate
- cl_khr_subgroup_shuffle
- cl_khr_subgroup_shuffle_relative

A target claiming OpenCL C 3.1 conformance without supporting one of
these features is now diagnosed.
Updated release notes for the change.

Assisted-by: Claude



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