An error occurred while fetching the assigned milestone of the selected merge_request.
Add experimental half precison support
With this MR experimental half-precision support is added
Merge request reports
Activity
Filter activity
added feature label
requested review from @kohl
assigned to @holzer
- Resolved by Michael Kuron
- Resolved by Michael Kuron
- Resolved by Michael Kuron
Any plans to support CPU vectorization? Half precision is supported by Sapphire Rapids' AVX512 implementation (
_m512h
types), ARM Neon (float16x4_t
), and ARM SVE (svfloat16_t
), while the RISC-V "Zvfh" extension (vfloat16m1_t
) is currently in the process of being ratified.Edited by Michael Kuron
- Resolved by Michael Kuron
- Resolved by Michael Kuron
- Resolved by Michael Kuron
Please register or sign in to reply