| commit | e2f21465fea76a80966f12a20d0be36597f19b44 | [log] [tgz] |
|---|---|---|
| author | Antonio Sanchez <cantonios@google.com> | Wed Dec 02 14:00:57 2020 -0800 |
| committer | Antonio Sanchez <cantonios@google.com> | Fri Dec 04 10:16:29 2020 -0800 |
| tree | 1ae9b0e3ae489b028902166a343f796d196fde82 | |
| parent | 305b8bd2777bda99f65791468f305b76021bf579 [diff] |
Special function implementations for half/bfloat16 packets. Current implementations fail to consider half-float packets, only half-float scalars. Added specializations for packets on AVX, AVX512 and NEON. Added tests to `special_packetmath`. The current `special_functions` tests would fail for half and bfloat16 due to lack of precision. The NEON tests also fail with precision issues and due to different handling of `sqrt(inf)`, so special functions bessel, ndtri have been disabled. Tested with AVX, AVX512.
Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.
For more information go to http://eigen.tuxfamily.org/.
For pull request, bug reports, and feature requests, go to https://gitlab.com/libeigen/eigen.