[all-commits] [llvm/llvm-project] 25c055: [libclc] Move conversion builtins to the CLC libra...

Fraser Cormack via All-commits all-commits at lists.llvm.org
Wed Feb 12 00:55:24 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 25c055416643f3291dfaa8136cb3a17b00656779
      https://github.com/llvm/llvm-project/commit/25c055416643f3291dfaa8136cb3a17b00656779
  Author: Fraser Cormack <fraser at codeplay.com>
  Date:   2025-02-12 (Wed, 12 Feb 2025)

  Changed paths:
    M libclc/CMakeLists.txt
    A libclc/clc/include/clc/clc_convert.h
    A libclc/clc/include/clc/float/definitions.h
    M libclc/generic/include/clc/convert.h
    R libclc/generic/include/clc/float/definitions.h
    M libclc/generic/lib/gen_convert.py

  Log Message:
  -----------
  [libclc] Move conversion builtins to the CLC library (#124727)

This commit moves the implementations of conversion builtins to the CLC
library. It keeps the dichotomy of regular vs. clspv implementations of
the conversions. However, for the sake of a consistent interface all CLC
conversion routines are built, even the ones that clspv opts out of in
the user-facing OpenCL layer.

It simultaneously updates the python script to use f-strings for
formatting.



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