aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Make inclusion of doc sub-directory optional by adjusting options.Gravatar Bowie Owens2020-11-27
* check for include dirs setGravatar filippobrizzi2020-11-26
* 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
* Initialize primitives to fix -Wuninitialized-const-reference.Gravatar Antonio Sanchez2020-11-18
* Fix rule-of-3 for the Tensor module.Gravatar 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
* Eliminate double-promotion warnings.Gravatar Antonio Sanchez2020-11-16
* Add EIGEN_DEVICE_FUNC to TranspositionsBaseGravatar acxz2020-11-16
* Enable MathJax in Doxygen.inGravatar Martin Vonheim Larsen2020-11-16
* Explicit casts of S -> std::complex<T>Gravatar Antonio Sanchez2020-11-14
* Suppress ignored-attributes warning (same as in vectorization_logic). Remove ...Gravatar Christoph Hertzberg2020-11-13
* Fix typo in NEON/PacketMath.hGravatar guoqiangqi2020-11-13
* Disable testing of OpenGL by default.Gravatar Antonio Sanchez2020-11-12
* 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
* Address issues with `openglsupport` test.Gravatar Antonio Sanchez2020-11-11
* Fix erroneous forward declaration of boost nvp.Gravatar Everton Constantino2020-11-10
* Fix issue2045 which get a error case _mm256_set_m128d op not supported by gcc...Gravatar guoqiangqi2020-11-04
* CMakefile update for ROCm 4.0Gravatar Deven Desai2020-10-29
* 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
* [SYCL clean up the code] : removing exrta #pragma unroll in SYCL which was ca...Gravatar mehdi-goli2020-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
* Bug #2036 make sure find_standard_math_library_test_program actually compiles...Gravatar Christoph Hertzberg2020-10-24
* Make sure compiler does not optimize away calls to math functionsGravatar Susi Lehtola2020-10-24
* 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