[llvm-branch-commits] [libclc] libclc: Move subgroup functions into clc (PR #185220)

Wenju He via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sat Mar 7 15:47:24 PST 2026


================
@@ -0,0 +1,20 @@
+//===----------------------------------------------------------------------===//
+//
+// 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/amdgpu/amdgpu_utils.h"
+#include "clc/integer/clc_mul24.h"
+#include "clc/shared/clc_min.h"
+#include "clc/workitem/clc_get_local_linear_id.h"
+#include "clc/workitem/clc_get_local_size.h"
----------------
wenju-he wrote:

same here, header not used

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


More information about the llvm-branch-commits mailing list