[all-commits] [llvm/llvm-project] 9160f4: libclc: generic: add half implementation for erf/e...

Romaric Jodin via All-commits all-commits at lists.llvm.org
Tue Jan 9 08:48:06 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9160f49e08af4267efdc870a1c9a434bfd155ae3
      https://github.com/llvm/llvm-project/commit/9160f49e08af4267efdc870a1c9a434bfd155ae3
  Author: Romaric Jodin <89833130+rjodinchr at users.noreply.github.com>
  Date:   2024-01-09 (Tue, 09 Jan 2024)

  Changed paths:
    M libclc/generic/lib/math/erf.cl
    M libclc/generic/lib/math/erfc.cl

  Log Message:
  -----------
  libclc: generic: add half implementation for erf/erfc (#66901)

libclc does not have a half implementation for erf/erfc
Add one based on the float implementation by extending the input and
truncating the output.




More information about the All-commits mailing list