aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch/AltiVec/MatrixProduct.h
Commit message (Expand)AuthorAge
* Create the ability to disable the specialized gemm_pack_rhs in Eigen (only PP...Gravatar Chip Kerchner2021-06-30
* EIGEN_STRONG_INLINE was NOT inlining in some critical needed areas (6.6X slow...Gravatar Chip-Kerchner2021-06-16
* Fix taking address of rvalue compiler issue with TensorFlow (plus other warni...Gravatar Chip-Kerchner2021-04-21
* Fix address of temporary object errors in clang11.Gravatar Chip Kerchner2021-04-02
* Fixed performance issues for complex VSX and P10 MMA in gebp_kernel (level 3).Gravatar Chip Kerchner2021-03-25
* Fix clang compile when no MMA flags are set. Simplify MMA compiler detection.Gravatar Chip-Kerchner2021-02-24
* Fixes to support old and new versions of the compilers for built-ins. Cast t...Gravatar Chip-Kerchner2021-02-24
* Fixed performance issues for VSX and P10 MMA in general_matrix_matrix_productGravatar Chip Kerchner2021-02-17
* Eliminate implicit conversions from float to double.Gravatar Antonio Sanchez2021-02-01
* Add support for dynamic dispatch of MMA instructions for POWER 10Gravatar Pedro Caldeira2020-11-12
* MatrixProuct enhancements:Gravatar Everton Constantino2020-09-02
* - Vectorizing MMA packing.Gravatar Everton Constantino2020-05-19