Files
eigen/Eigen/src
Niels Dekker 0e1a33a461 Faster conversion from integer types to bfloat16
Specialized `bfloat16_impl::float_to_bfloat16_rtne(float)` for normal floating point numbers, infinity and zero, in order to improve the performance of `bfloat16::bfloat16(const T&)` for integer argument types.

A reduction of more than 20% of the runtime duration of conversion from int to bfloat16 was observed, using Visual C++ 2019 on Windows 10.
2020-07-22 19:25:49 +02:00
..
2018-09-18 04:15:01 -04:00
2018-03-11 10:01:44 -04:00
2019-02-19 14:00:15 +01:00
2019-09-03 00:50:51 +02:00
2019-05-23 15:31:12 +02:00