[all-commits] [llvm/llvm-project] dd89af: [libclc] Move 'half' builtins to CLC library (#139...
Fraser Cormack via All-commits
all-commits at lists.llvm.org
Mon May 12 09:32:26 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd89af7f5525f139fed54cc376cfd2fc64c631ae
https://github.com/llvm/llvm-project/commit/dd89af7f5525f139fed54cc376cfd2fc64c631ae
Author: Fraser Cormack <fraser at codeplay.com>
Date: 2025-05-12 (Mon, 12 May 2025)
Changed paths:
M libclc/CMakeLists.txt
R libclc/amdgpu/lib/SOURCES
R libclc/amdgpu/lib/math/half_exp.cl
R libclc/amdgpu/lib/math/half_exp10.cl
R libclc/amdgpu/lib/math/half_exp2.cl
R libclc/amdgpu/lib/math/half_log.cl
R libclc/amdgpu/lib/math/half_log10.cl
R libclc/amdgpu/lib/math/half_log2.cl
R libclc/amdgpu/lib/math/half_native_unary.inc
R libclc/amdgpu/lib/math/half_recip.cl
R libclc/amdgpu/lib/math/half_rsqrt.cl
R libclc/amdgpu/lib/math/half_sqrt.cl
A libclc/clc/include/clc/math/clc_half_cos.h
A libclc/clc/include/clc/math/clc_half_divide.h
A libclc/clc/include/clc/math/clc_half_exp.h
A libclc/clc/include/clc/math/clc_half_exp10.h
A libclc/clc/include/clc/math/clc_half_exp2.h
A libclc/clc/include/clc/math/clc_half_log.h
A libclc/clc/include/clc/math/clc_half_log10.h
A libclc/clc/include/clc/math/clc_half_log2.h
A libclc/clc/include/clc/math/clc_half_powr.h
A libclc/clc/include/clc/math/clc_half_recip.h
A libclc/clc/include/clc/math/clc_half_rsqrt.h
A libclc/clc/include/clc/math/clc_half_sin.h
A libclc/clc/include/clc/math/clc_half_sqrt.h
A libclc/clc/include/clc/math/clc_half_tan.h
M libclc/clc/lib/amdgpu/SOURCES
A libclc/clc/lib/amdgpu/math/clc_half_exp.cl
A libclc/clc/lib/amdgpu/math/clc_half_exp10.cl
A libclc/clc/lib/amdgpu/math/clc_half_exp2.cl
A libclc/clc/lib/amdgpu/math/clc_half_log.cl
A libclc/clc/lib/amdgpu/math/clc_half_log10.cl
A libclc/clc/lib/amdgpu/math/clc_half_log2.cl
A libclc/clc/lib/amdgpu/math/clc_half_native_unary.inc
A libclc/clc/lib/amdgpu/math/clc_half_recip.cl
A libclc/clc/lib/amdgpu/math/clc_half_rsqrt.cl
A libclc/clc/lib/amdgpu/math/clc_half_sqrt.cl
M libclc/clc/lib/generic/SOURCES
A libclc/clc/lib/generic/math/clc_half_cos.cl
A libclc/clc/lib/generic/math/clc_half_divide.cl
A libclc/clc/lib/generic/math/clc_half_divide.inc
A libclc/clc/lib/generic/math/clc_half_exp.cl
A libclc/clc/lib/generic/math/clc_half_exp10.cl
A libclc/clc/lib/generic/math/clc_half_exp2.cl
A libclc/clc/lib/generic/math/clc_half_log.cl
A libclc/clc/lib/generic/math/clc_half_log10.cl
A libclc/clc/lib/generic/math/clc_half_log2.cl
A libclc/clc/lib/generic/math/clc_half_powr.cl
A libclc/clc/lib/generic/math/clc_half_recip.cl
A libclc/clc/lib/generic/math/clc_half_recip.inc
A libclc/clc/lib/generic/math/clc_half_rsqrt.cl
A libclc/clc/lib/generic/math/clc_half_sin.cl
A libclc/clc/lib/generic/math/clc_half_sqrt.cl
A libclc/clc/lib/generic/math/clc_half_tan.cl
R libclc/generic/lib/math/half_binary.inc
M libclc/generic/lib/math/half_cos.cl
M libclc/generic/lib/math/half_divide.cl
M libclc/generic/lib/math/half_exp.cl
M libclc/generic/lib/math/half_exp10.cl
M libclc/generic/lib/math/half_exp2.cl
M libclc/generic/lib/math/half_log.cl
M libclc/generic/lib/math/half_log10.cl
M libclc/generic/lib/math/half_log2.cl
M libclc/generic/lib/math/half_powr.cl
M libclc/generic/lib/math/half_recip.cl
M libclc/generic/lib/math/half_rsqrt.cl
M libclc/generic/lib/math/half_sin.cl
M libclc/generic/lib/math/half_sqrt.cl
M libclc/generic/lib/math/half_tan.cl
R libclc/generic/lib/math/half_unary.inc
Log Message:
-----------
[libclc] Move 'half' builtins to CLC library (#139563)
There are no changes to the generated bytecode.
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