aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
Commit message (Expand)AuthorAge
* Fix some packet-functions in the IBM ZVector packet-math.Gravatar Andreas Krebbel2020-11-25
* Revert "Fix Half NaN definition and test."Gravatar Rasmus Munk Larsen2020-11-24
* Fix Half NaN definition and test.Gravatar Rasmus Munk Larsen2020-11-24
* Fix boolean float conversion and product warnings.Gravatar Antonio Sanchez2020-11-24
* Implement missing AVX half ops.Gravatar Antonio Sanchez2020-11-24
* Fix Half NaN definition and test.Gravatar Antonio Sanchez2020-11-23
* Update AVX half packets, disable test.Gravatar Antonio Sanchez2020-11-21
* Fixes duplicate symbol when building blasGravatar Antonio Sanchez2020-11-20
* Remove explicit casts from Eigen::half and Eigen::bfloat16 to boolGravatar David Tellenbach2020-11-19
* Fix sparse_extra_3, disable counting temporaries for testing DynamicSparseMat...Gravatar Antonio Sanchez2020-11-18
* 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
* EOF newline added to InverseSize4.Gravatar Antonio Sanchez2020-11-18
* Add missing parens around macro argument.Gravatar Rasmus Munk Larsen2020-11-18
* Replace SSE_SHUFFLE_MASK macro with shuffle_mask.Gravatar Rasmus Munk Larsen2020-11-17
* Avoid promotion of Arm __fp16 to float in Neon PacketMathGravatar David Tellenbach2020-11-17
* Fix missing `EIGEN_CONSTEXPR` pop_macro in `Half`.Gravatar Antonio Sanchez2020-11-17
* Unify Inverse_SSE.h and Inverse_NEON.h into a single generic implementation u...Gravatar Guoqiang QI2020-11-17
* Add EIGEN_DEVICE_FUNC to TranspositionsBaseGravatar acxz2020-11-16
* Explicit casts of S -> std::complex<T>Gravatar Antonio Sanchez2020-11-14
* Fix typo in NEON/PacketMath.hGravatar guoqiangqi2020-11-13
* Simplify expression for inner product fallback in Gemv product evaluator.Gravatar Rasmus Munk Larsen2020-11-12
* Remove redundant branch for handling dynamic vector*vector. This will be hand...Gravatar Rasmus Munk Larsen2020-11-12
* Optimize matrix*matrix and matrix*vector products when they correspond to inn...Gravatar Rasmus Munk Larsen2020-11-12
* Add support for dynamic dispatch of MMA instructions for POWER 10Gravatar Pedro Caldeira2020-11-12
* remove annotation for first declaration of default con/destructionGravatar acxz2020-11-12
* [SYCL Function pointer Issue]: SYCL does not support function pointer inside ...Gravatar mehdi-goli2020-11-12
* Fix issue2045 which get a error case _mm256_set_m128d op not supported by gcc...Gravatar guoqiangqi2020-11-04
* Fix for ROCm (and CUDA?) breakage - 201029Gravatar Deven Desai2020-10-29
* Remove unused functions in Half.h.Gravatar David Tellenbach2020-10-29
* Replace numext::as_uint with numext::bit_cast<numext::uint32_t>Gravatar David Tellenbach2020-10-29
* Add support for Armv8.2-a __fp16Gravatar David Tellenbach2020-10-28
* [Missing SYCL math op]: Addin the missing LDEXP Function for SYCL.Gravatar mehdi-goli2020-10-28
* [Fixing expf issue]: Eigen uses the packet type operation for scaler type flo...Gravatar mehdi-goli2020-10-28
* Improve polynomial evaluation with instruction-level parallelism for pexp_flo...Gravatar guoqiangqi2020-10-20
* remove unnecessary specialize template of pexp for scale float/doubleGravatar guoqiangqi2020-10-19
* Fix missing `pfirst<Packet16b>` for MSVC.Gravatar Antonio Sanchez2020-10-16
* Fix the specialization of pfrexp for AVX to be faster when AVX2/AVX512DQ is n...Gravatar Rasmus Munk Larsen2020-10-15
* Fix for ROCm/HIP breakage - 201013Gravatar Deven Desai2020-10-15
* Revert change from 4e4d3f32d168ed9ce09d950f099a60ddcd11240f that broke BFloat...Gravatar Rasmus Munk Larsen2020-10-15
* Add AVX plog<Packet4d> and AVX512 plog<Packet8d> ops,also unified AVX512 plog...Gravatar Guoqiang QI2020-10-15
* Add specializations for pmin/pmax with prescribed NaN propagation semantics f...Gravatar Rasmus Munk Larsen2020-10-14
* Revert generic implementation of `predux`, since it break compilation of `pre...Gravatar Rasmus Munk Larsen2020-10-14
* Add MatrixBase::cwiseArg()Gravatar David Tellenbach2020-10-14
* Add packet generic ops `predux_fmin`, `predux_fmin_nan`, `predux_fmax`, and `...Gravatar Rasmus Munk Larsen2020-10-13
* undefine EIGEN_CONSTEXPR before redefinitionGravatar acxz2020-10-12
* Make bitwise_helper a device function to unbreak GPU builds.Gravatar Rasmus Munk Larsen2020-10-10
* Clean up packetmath tests and fix various bugs to make bfloat16 pass (almost)...Gravatar Rasmus Munk Larsen2020-10-09
* Drop EIGEN_USING_STD_MATH in favour of EIGEN_USING_STDGravatar David Tellenbach2020-10-09
* Implement generic bitwise logical packet ops that work for all types.Gravatar Rasmus Munk Larsen2020-10-08