[all-commits] [llvm/llvm-project] 135a78: libclc: clspv: fma: remove fp16 implementation (#1...

Romaric Jodin via All-commits all-commits at lists.llvm.org
Thu Apr 10 02:02:19 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 135a7874dc2af6e2eb439db837eda273bdc54a63
      https://github.com/llvm/llvm-project/commit/135a7874dc2af6e2eb439db837eda273bdc54a63
  Author: Romaric Jodin <rjodin at google.com>
  Date:   2025-04-10 (Thu, 10 Apr 2025)

  Changed paths:
    M libclc/clspv/lib/math/fma.cl

  Log Message:
  -----------
  libclc: clspv: fma: remove fp16 implementation (#135002)

clspv is already handling generation of fp16. This implementation is
preventing clspv from making the best choice to use an emulation on top
of fp32-fma, or the native fp16-fma, depending on the command-line
arguments.



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