aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/arch
Commit message (Expand)AuthorAge
* 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
* 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
* 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
* Explicit casts of S -> std::complex<T>Gravatar Antonio Sanchez2020-11-14
* Fix typo in NEON/PacketMath.hGravatar guoqiangqi2020-11-13
* Add support for dynamic dispatch of MMA instructions for POWER 10Gravatar Pedro Caldeira2020-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
* 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
* undefine EIGEN_CONSTEXPR before redefinitionGravatar acxz2020-10-12
* Clean up packetmath tests and fix various bugs to make bfloat16 pass (almost)...Gravatar Rasmus Munk Larsen2020-10-09
* Use EIGEN_USING_STD to fix CUDA compilation error on BFloat16.h.Gravatar Rasmus Munk Larsen2020-10-02
* Fix build breakage with MSVC 2019, which does not support MMX intrinsics for ...Gravatar Rasmus Munk Larsen2020-10-01
* Specialize pldexp_double and pfdexp_double and get rid of Packet2l definition...Gravatar Rasmus Munk Larsen2020-09-30
* Fix compilation of 64 bit constant arguments to pset1frombits in TypeCasting....Gravatar Rasmus Munk Larsen2020-09-28
* Fix compilation of pset1frombits calls on iOS.Gravatar Rasmus Munk Larsen2020-09-28
* Provide a more efficient Packet2l->Packet2d cast methodGravatar Christoph Hertzberg2020-09-28
* Fix for ROCm/HIP breakage - 200921Gravatar Deven Desai2020-09-22
* Fix the #issue1997 and #issue1991 bug triggered by unsupport a[index](type a:...Gravatar Guoqiang QI2020-09-21
* Fix breakage in pcast<Packet2l, Packet2d> due to _mm_cvtsi128_si64 not being ...Gravatar Rasmus Munk Larsen2020-09-18
* Fix undefined reference to pset1frombits bug on different platformsGravatar guoqiangqi2020-09-19
* Get rid of initialization logic for blueNorm by making the computed constants...Gravatar Rasmus Munk Larsen2020-09-18
* Fix more mildly embarrassing typos in ARM intrinsics in PacketMath.h.Gravatar Rasmus Munk Larsen2020-09-18
* Fix typo in PacketMath.hGravatar Rasmus Munk Larsen2020-09-18
* Add missing packet op pcmp_lt_or_nan for Packet2d on ARM.Gravatar Rasmus Munk Larsen2020-09-18
* Add support for CastXML on ARM aarch64Gravatar Brad King2020-09-16
* Remove old Clang compiler bug work-arounds. The two LLVM bugs referenced in t...Gravatar Benoit Jacob2020-09-15
* Make bfloat16(float(-nan)) produce -nan, not nan.Gravatar Tim Shen2020-09-15
* Add plog ops support packet2d for NEONGravatar Guoqiang QI2020-09-15
* Unified sse pldexp_double apiGravatar Guoqiang QI2020-09-12
* Fix half_impl::float_to_half_rtne(float) warning: '<<' causes overflowGravatar Niels Dekker2020-09-10
* Add missing functions for Packet8bf in Altivec architecture.Gravatar Pedro Caldeira2020-09-08