[llvm-branch-commits] [libclc] libclc: Add work_group_broadcast (PR #185261)

Wenju He via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Mar 8 00:30:57 PST 2026


================
@@ -0,0 +1,24 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+#include "clc/atomic/clc_atomic_load.h"
+#include "clc/atomic/clc_atomic_store.h"
+#include "clc/collective/clc_work_group_broadcast.h"
+#include "clc/internal/clc.h"
----------------
wenju-he wrote:

move this include into header libclc/clc/include/clc/collective/clc_work_group_broadcast.h

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


More information about the llvm-branch-commits mailing list