[llvm-branch-commits] [libclc] libclc: Add sub_group_broadcast (PR #184846)

Wenju He via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Mar 5 23:27:47 PST 2026


================
@@ -0,0 +1,43 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef __CLC_SUBGROUP_CLC_SUB_GROUP_BROADCAST_H__
+#define __CLC_SUBGROUP_CLC_SUB_GROUP_BROADCAST_H__
+
+#include <clc/clcfunc.h>
+
----------------
wenju-he wrote:

when cl_khr_subgroup_extended_types extension is enabled, basically all types are covered

https://github.com/llvm/llvm-project/pull/184846


More information about the llvm-branch-commits mailing list