[all-commits] [llvm/llvm-project] 13e75d: libclc: Avoid duplicated get_local_size/get_global...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Sat Mar 7 01:06:26 PST 2026


  Branch: refs/heads/users/arsenm/libclc/move-get-local-global-size-generic-clc
  Home:   https://github.com/llvm/llvm-project
  Commit: 13e75dec4a6c320f4b8dd8faed6be05f209cb708
      https://github.com/llvm/llvm-project/commit/13e75dec4a6c320f4b8dd8faed6be05f209cb708
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2026-03-07 (Sat, 07 Mar 2026)

  Changed paths:
    R libclc/opencl/lib/amdgcn-amdhsa/SOURCES
    R libclc/opencl/lib/amdgcn-amdhsa/workitem/get_global_size.cl
    R libclc/opencl/lib/amdgcn-amdhsa/workitem/get_local_size.cl
    M libclc/opencl/lib/amdgcn/SOURCES
    R libclc/opencl/lib/amdgcn/workitem/get_global_size.cl
    R libclc/opencl/lib/amdgcn/workitem/get_local_size.cl
    M libclc/opencl/lib/generic/SOURCES
    A libclc/opencl/lib/generic/workitem/get_local_size.cl
    M libclc/opencl/lib/ptx-nvidiacl/SOURCES
    R libclc/opencl/lib/ptx-nvidiacl/workitem/get_local_size.cl

  Log Message:
  -----------
  libclc: Avoid duplicated get_local_size/get_global_size functions

Move opencl handling on top of clc into opencl generic, delete
amdgpu implementations in opencl.



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