aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Ensure Igamma does not NaN or Inf for large values.Gravatar Srinivas Vasudevan2020-01-14
* Remove rogue include in TypeCasting.h. Meta.h is already included by the top-...Gravatar Rasmus Munk Larsen2020-01-14
* Convert StridedLinearBufferCopy::Kind to enum classGravatar Eugene Zhulenev2020-01-13
* Switching unpacket_traits<Packet4i> to vectorizable=true.Gravatar Everton Constantino2020-01-13
* Adding correct cache sizes for PPC architecture.Gravatar Everton Constantino2020-01-13
* Removing executable bit from file modeGravatar Christoph Hertzberg2020-01-11
* Bug #1790: Make `areApprox` check `numext::isnan` instead of bitwise equality...Gravatar Christoph Hertzberg2020-01-11
* Added special_packetmath test and tweaked bounds on tests.Gravatar Srinivas Vasudevan2020-01-11
* call Explicitly ::rint and ::rintf for targets without c++11. Without this, t...Gravatar Rasmus Munk Larsen2020-01-10
* Improvements to the tidiness and completeness of the NEON implementationGravatar Joel Holdsworth2020-01-10
* Fix for gcc build error when using Eigen headers with AVX512Gravatar Anuj Rawat2020-01-10
* Adding RInt vector support for SYCL.Gravatar mehdi-goli2020-01-10
* Properly initialize b vector in SplineFittingGravatar Matthew Powelson2020-01-09
* Don't add EIGEN_DEVICE_FUNC to random() since ::rand is not available in Cuda.Gravatar Rasmus Munk Larsen2020-01-09
* Add missing EIGEN_DEVICE_FUNC annotations in MathFunctions.h.Gravatar Rasmus Munk Larsen2020-01-09
* Use data.data() instead of &data (since it is not obvious that Array is trivi...Gravatar Christoph Hertzberg2020-01-09
* Don't use the rational approximation to the logistic function on GPUs as it a...Gravatar Rasmus Munk Larsen2020-01-09
* The upper limits for where to use the rational approximation to the logistic ...Gravatar Rasmus Munk Larsen2020-01-08
* Fix formattingGravatar Christoph Hertzberg2020-01-08
* Bug #1785: Introduce numext::rint.Gravatar Ilya Tokar2020-01-07
* [SYCL Backend]Gravatar mehdi-goli2020-01-07
* Protecting integer_types's long long test with a check to see if we have CXX1...Gravatar Everton Constantino2020-01-07
* Bug #1800: Guard against misleading indentationGravatar Christoph Hertzberg2020-01-03
* Fix -Werror -Wfloat-conversion warning.Gravatar Janek Kozicki2019-12-23
* Fix for HIP breakage - 191220Gravatar Deven Desai2019-12-20
* Bug #1796: Make matrix squareroot usable for Map and Ref typesGravatar Christoph Hertzberg2019-12-20
* Reduce code duplication and avoid confusing DoxygenGravatar Christoph Hertzberg2019-12-19
* Hide recursive meta templates from DoxygenGravatar Christoph Hertzberg2019-12-19
* Use double-braces initialization (as everywhere else in the test-suite).Gravatar Christoph Hertzberg2019-12-19
* Fix trivial shadow warningGravatar Christoph Hertzberg2019-12-19
* Bug #1788: Fix rule-of-three violations inside the stable modules.Gravatar Christoph Hertzberg2019-12-19
* Fix unit-test which I broke in previous fixGravatar Christoph Hertzberg2019-12-19
* Fix TensorPadding bug in squeezed reads from inner dimension Gravatar Eugene Zhulenev2019-12-19
* Return const data pointer from TensorRef evaluator.data()Gravatar Eugene Zhulenev2019-12-18
* Tensor block evaluation cost modelGravatar Eugene Zhulenev2019-12-18
* Fix some maybe-unitialized warningsGravatar Christoph Hertzberg2019-12-18
* Workaround class-memaccess warnings on newer GCC versionsGravatar Christoph Hertzberg2019-12-18
* fix compilation due to new HIP scalar accessorGravatar Jeff Daily2019-12-17
* Reduce block evaluation overhead for small tensor expressionsGravatar Eugene Zhulenev2019-12-17
* Add default definition for EIGEN_PREDICT_*Gravatar Rasmus Munk Larsen2019-12-16
* Improve accuracy of fast approximate tanh and the logistic functions in Eigen...Gravatar Rasmus Munk Larsen2019-12-16
* Resolve double-promotion warnings when compiling with clang.Gravatar Christoph Hertzberg2019-12-13
* Renamed .hgignore to .gitignore (removing hg-specific "syntax" line)Gravatar Christoph Hertzberg2019-12-13
* Bug 1785: fix pround on x86 to use the same rounding mode as std::round.Gravatar Ilya Tokar2019-12-12
* Clamp tanh approximation outside [-c, c] where c is the smallest value where ...Gravatar Rasmus Munk Larsen2019-12-12
* Fix implementation of complex expm1. Add tests that fail with previous implem...Gravatar Srinivas Vasudevan2019-12-12
* Initialize non-trivially constructible types when allocating a temp buffer.Gravatar Eugene Zhulenev2019-12-12
* Squeeze reads from two inner dimensions in TensorPaddingGravatar Eugene Zhulenev2019-12-11
* Add back accidentally deleted default constructor to TensorExecutorTilingCont...Gravatar Eugene Zhulenev2019-12-11
* Added io testGravatar Joel Holdsworth2019-12-11