[all-commits] [llvm/llvm-project] f14ff5: [libclc] Move exp, exp2 and expm1 to the CLC libra...

Fraser Cormack via All-commits all-commits at lists.llvm.org
Tue Apr 1 10:15:58 PDT 2025


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

  Changed paths:
    A libclc/clc/include/clc/math/clc_exp.h
    A libclc/clc/include/clc/math/clc_exp2.h
    A libclc/clc/include/clc/math/clc_exp_helper.h
    A libclc/clc/include/clc/math/clc_exp_helper.inc
    A libclc/clc/include/clc/math/clc_expm1.h
    M libclc/clc/lib/generic/SOURCES
    A libclc/clc/lib/generic/math/clc_exp.cl
    A libclc/clc/lib/generic/math/clc_exp.inc
    A libclc/clc/lib/generic/math/clc_exp2.cl
    A libclc/clc/lib/generic/math/clc_exp2.inc
    A libclc/clc/lib/generic/math/clc_exp_helper.cl
    A libclc/clc/lib/generic/math/clc_exp_helper.inc
    A libclc/clc/lib/generic/math/clc_expm1.cl
    A libclc/clc/lib/generic/math/clc_expm1.inc
    M libclc/clspv/lib/SOURCES
    M libclc/generic/lib/SOURCES
    M libclc/generic/lib/math/exp.cl
    M libclc/generic/lib/math/exp2.cl
    R libclc/generic/lib/math/exp_helper.cl
    R libclc/generic/lib/math/exp_helper.h
    M libclc/generic/lib/math/expm1.cl
    M libclc/spirv/lib/SOURCES

  Log Message:
  -----------
  [libclc] Move exp, exp2 and expm1 to the CLC library (#133932)

These all share the use of a common helper function so are handled in
one go. These builtins are also now vectorized.



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