[all-commits] [llvm/llvm-project] 2a38ea: libclc: Move subgroup functions into clc

Matt Arsenault via All-commits all-commits at lists.llvm.org
Sat Mar 7 11:17:30 PST 2026


  Branch: refs/heads/users/arsenm/libclc/move-subgroup-functions-clc
  Home:   https://github.com/llvm/llvm-project
  Commit: 2a38eacb6da29bf2aaf2799f2f696a4c5a72dc1c
      https://github.com/llvm/llvm-project/commit/2a38eacb6da29bf2aaf2799f2f696a4c5a72dc1c
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2026-03-07 (Sat, 07 Mar 2026)

  Changed paths:
    A libclc/clc/include/clc/subgroup/clc_subgroup.h
    M libclc/clc/lib/amdgcn/SOURCES
    A libclc/clc/lib/amdgcn/subgroup/subgroup.cl
    M libclc/clc/lib/amdgcn/workitem/clc_get_max_sub_group_size.cl
    A libclc/clc/lib/amdgcn/workitem/clc_get_num_sub_groups.cl
    A libclc/clc/lib/amdgcn/workitem/clc_get_sub_group_id.cl
    A libclc/clc/lib/amdgcn/workitem/clc_get_sub_group_size.cl
    M libclc/opencl/lib/amdgcn/SOURCES
    R libclc/opencl/lib/amdgcn/subgroup/subgroup.cl
    M libclc/opencl/lib/generic/SOURCES
    A libclc/opencl/lib/generic/subgroup/subgroup.cl

  Log Message:
  -----------
  libclc: Move subgroup functions into clc

It turns out there was a generic implementation of the id and sizes.
The practice of splitting every single function into its own file is
kind of a pain here, so introduce a utility header for amdgpu.



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