[all-commits] [llvm/llvm-project] e5d550: [libclc] Move hypot to CLC library; optimize (#129...

Fraser Cormack via All-commits all-commits at lists.llvm.org
Tue Mar 4 06:16:37 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e5d5503e4efa48b61194b1e70e469aba91297bec
      https://github.com/llvm/llvm-project/commit/e5d5503e4efa48b61194b1e70e469aba91297bec
  Author: Fraser Cormack <fraser at codeplay.com>
  Date:   2025-03-04 (Tue, 04 Mar 2025)

  Changed paths:
    A libclc/clc/include/clc/math/clc_hypot.h
    M libclc/clc/lib/generic/SOURCES
    A libclc/clc/lib/generic/math/clc_hypot.cl
    A libclc/clc/lib/generic/math/clc_hypot.inc
    M libclc/clspv/lib/SOURCES
    R libclc/generic/include/math/clc_hypot.h
    M libclc/generic/lib/SOURCES
    R libclc/generic/lib/math/clc_hypot.cl
    M libclc/generic/lib/math/hypot.cl
    M libclc/spirv/lib/SOURCES

  Log Message:
  -----------
  [libclc] Move hypot to CLC library; optimize (#129551)

This was already nominally in the CLC library; this commit just formally
moves it over. It simultaneously optimizes it for vector types by
avoiding scalarization.



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