aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Make file formatting comply with POSIX and Unix standardsGravatar Aaron Franke2020-03-23
* Fixing float32's pround halfway criteria to match STL's criteria.Gravatar Everton Constantino2020-03-21
* Fixed:Gravatar Alessio M2020-03-21
* Update VectorwiseOp.h to allow Plugins similar to MatrixBase.h or ArrayBase.hGravatar dlazenby2020-03-20
* Bug https://gitlab.com/libeigen/eigen/-/issues/1415: add missing EIGEN_DEVICE...Gravatar Masaki Murooka2020-03-20
* Remove reference to non-existent unary_op_base class.Gravatar Rasmus Munk Larsen2020-03-19
* Add missing arguments to numext::absdiff().Gravatar Rasmus Munk Larsen2020-03-19
* Add absolute_difference coefficient-wise binary Array functionGravatar Joel Holdsworth2020-03-19
* Reenabling packetmath unsigned tests, adding dummy pabs for relevant unsignedGravatar Everton Constantino2020-03-19
* Add shift_left<N> and shift_right<N> coefficient-wise unary Array functionsGravatar Joel Holdsworth2020-03-19
* Implement integer square-root for NEONGravatar Joel Holdsworth2020-03-19
* Update NullaryFunctors.hGravatar Allan Leal2020-03-16
* Fixing HIP breakage caused by the recent commit that introduces Packet4h2 as ...Gravatar Deven Desai2020-03-12
* NEON: Added int64_t and uint64_t packet mathGravatar Joel Holdsworth2020-03-10
* NEON: Added int8_t and uint8_t packet mathGravatar Joel Holdsworth2020-03-10
* NEON: Added int16_t and uint16_t packet mathGravatar Joel Holdsworth2020-03-10
* NEON: Added uint32_t packet mathGravatar Joel Holdsworth2020-03-10
* NEON: Implemented half-size vectorsGravatar Joel Holdsworth2020-03-10
* NEON: Set packet_traits<double> flagsGravatar Joel Holdsworth2020-03-10
* test/packetmath: Add tests for all integer typesGravatar Joel Holdsworth2020-03-10
* test/packetmath: Made negate non-mandatoryGravatar Joel Holdsworth2020-03-10
* remove duplicate pset1 for half and add some comments about why we need expos...Gravatar Sami Kama2020-03-10
* 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