aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/Default/Half.h
Commit message (Expand)AuthorAge
* Eliminate `round_impl` double-promotion warnings for c++03.Gravatar Antonio Sanchez2021-03-25
* Add fmod(half, half).Gravatar Antonio Sanchez2021-03-15
* Add increment/decrement operators to Eigen::half.Gravatar Antonio Sanchez2021-03-15
* Fix ambiguous call to CUDA __half constructor.Gravatar Antonio Sanchez2021-03-08
* Fix typo: DEVICE -> GPUGravatar Antonio Sanchez2021-03-08
* Fix non-trivial Half constructor for CUDA.Gravatar Antonio Sanchez2021-03-08
* Changing the Eigen::half implementation for HIPGravatar Deven Desai2021-03-05
* Make half/bfloat16 constructor take inputs by value, fix powerpc test.Gravatar Antonio Sanchez2021-02-27
* Fix some CUDA warnings.Gravatar Antonio Sanchez2021-02-24
* Remove unused macro in Half.hGravatar David Tellenbach2020-12-12
* Replace M_LOG2E and M_LN2 with custom macros.Gravatar Antonio Sanchez2020-12-11
* Add log2() to Eigen.Gravatar Rasmus Munk Larsen2020-12-04
* Special function implementations for half/bfloat16 packets.Gravatar Antonio Sanchez2020-12-04
* Fix shfl* macros for CUDA/HIPGravatar Antonio Sanchez2020-12-04
* Revert "Add log2() operator to Eigen"Gravatar Rasmus Munk Larsen2020-12-03
* Add log2() operator to EigenGravatar Rasmus Munk Larsen2020-12-03
* Implement CUDA __shfl* for Eigen::halfGravatar Antonio Sanchez2020-12-01
* Fix #2077, `EIGEN_CONSTEXPR` in `Half`.Gravatar Antonio Sanchez2020-12-01
* Implement missing AVX half ops.Gravatar Antonio Sanchez2020-11-24
* Fix Half NaN definition and test.Gravatar Antonio Sanchez2020-11-23
* Remove explicit casts from Eigen::half and Eigen::bfloat16 to boolGravatar David Tellenbach2020-11-19
* Re-enable Arm Neon Eigen::half packets of size 8Gravatar David Tellenbach2020-11-18
* Add bit_cast for half/bfloat to/from uint16_t, fix TensorRandomGravatar Antonio Sanchez2020-11-18
* Fix missing `EIGEN_CONSTEXPR` pop_macro in `Half`.Gravatar Antonio Sanchez2020-11-17
* Explicit casts of S -> std::complex<T>Gravatar Antonio Sanchez2020-11-14
* Fix for ROCm (and CUDA?) breakage - 201029Gravatar Deven Desai2020-10-29
* Remove unused functions in Half.h.Gravatar David Tellenbach2020-10-29
* Add support for Armv8.2-a __fp16Gravatar David Tellenbach2020-10-28
* undefine EIGEN_CONSTEXPR before redefinitionGravatar acxz2020-10-12
* Fix for ROCm/HIP breakage - 200921Gravatar Deven Desai2020-09-22
* Get rid of initialization logic for blueNorm by making the computed constants...Gravatar Rasmus Munk Larsen2020-09-18
* Fix half_impl::float_to_half_rtne(float) warning: '<<' causes overflowGravatar Niels Dekker2020-09-10
* Fix test basic stuffGravatar David Tellenbach2020-07-09
* Fix tensor casts for large packets and casts to/from std::complexGravatar Antonio Sanchez2020-06-30
* Fixing HIP breakage caused by the recent commit that introduces Packet4h2 as ...Gravatar Deven Desai2020-03-12
* Include <sstream> explicitly, and don't rely on the implicit include via <com...Gravatar Tobias Bosch2020-02-24
* Clean up float16 a.k.a. Eigen::half support in Eigen. Move the definition of ...Gravatar Rasmus Munk Larsen2019-08-27