aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Don't restrict CMAKE_BUILD_TYPEGravatar Ram-Z2020-02-28
* Update MarketIO.hGravatar Cédric Hubert2020-02-28
* Revert "avoid selecting half-packets when unnecessary"Gravatar Rasmus Munk Larsen2020-02-25
* Revert "Pick full packet unconditionally when EIGEN_UNALIGNED_VECTORIZE"Gravatar Rasmus Munk Larsen2020-02-25
* Revert "do not pick full-packet if it'd result in more operations"Gravatar Rasmus Munk Larsen2020-02-25
* Revert "add some static checks for packet-picking logic"Gravatar Rasmus Munk Larsen2020-02-25
* Revert "Disable test in test/vectorization_logic.cpp, which is currently fail...Gravatar Rasmus Munk Larsen2020-02-25
* Disable test in test/vectorization_logic.cpp, which is currently failing with...Gravatar Rasmus Munk Larsen2020-02-24
* Include <sstream> explicitly, and don't rely on the implicit include via <com...Gravatar Tobias Bosch2020-02-24
* Avoid a division in NonBlockingThreadPool::Steal.Gravatar Ilya Tokar2020-02-14
* add some static checks for packet-picking logicGravatar Francesco Mazzoli2020-02-07
* do not pick full-packet if it'd result in more operationsGravatar Francesco Mazzoli2020-02-07
* Pick full packet unconditionally when EIGEN_UNALIGNED_VECTORIZEGravatar Francesco Mazzoli2020-02-07
* avoid selecting half-packets when unnecessaryGravatar Francesco Mazzoli2020-02-07
* Fail at compile time if default executor tries to use non-default deviceGravatar Eugene Zhulenev2020-02-06
* Remove dead code from TensorReduction.hGravatar Eugene Zhulenev2020-01-29
* fix hip-clang compilation due to new HIP scalar accessorGravatar Jeff Daily2020-01-20
* Fix for HIP breakage - 200115. Adding a missing EIGEN_DEVICE_FUNC attrGravatar Deven Desai2020-01-16
* 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