aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | | | | Merged in codeplaysoftware/eigen-upstream-pure/using_PacketType_class (pull r...Gravatar Benoit Steiner2018-08-01
|\ \ \ \ \
* \ \ \ \ \ Merged in codeplaysoftware/eigen-upstream-pure/EIGEN_STRONG_INLINE_MACRO (pul...Gravatar Benoit Steiner2018-08-01
|\ \ \ \ \ \
| | | | | * | Using the suggested modification.Gravatar Mehdi Goli2018-08-01
| | * | | | | Enabling per device specialisation of packetsize.Gravatar Mehdi Goli2018-08-01
| |/ / / / / |/| | | | |
| | * | | | Adding new arch/SYCL headers, used for SYCL vectorization.Gravatar Mehdi Goli2018-08-01
| |/ / / / |/| | | |
| | | * | variadic version of assert which can take a parameter pack as its input.Gravatar Mehdi Goli2018-08-01
| |_|/ / |/| | |
| | * | Distinguishing between internal memory allocation/deallocation from explicit ...Gravatar Mehdi Goli2018-08-01
| |/ / |/| |
| * | Converting ad-hoc inline keyword to EIGEN_STRONG_INLINE MACRO.Gravatar Mehdi Goli2018-08-01
|/ /
* | Merged in yuefengz/eigen (pull request PR-370)Gravatar Benoit Steiner2018-07-31
|\ \
| | * Change getAllocator() to allocator() in ThreadPoolDevice.Gravatar Paul Tucker2018-07-31
* | | Merged in ezhulenev/eigen/tiling_3 (pull request PR-438)Gravatar Gael Guennebaud2018-07-31
|\ \ \
* | | | Speedup trivial tensor broadcasting on GPU by enforcing unaligned loads. See ...Gravatar Gael Guennebaud2018-07-31
* | | | bug #1577: fix msvc compilation of unit test, msvc defines ptrdiff_t as long ...Gravatar Gael Guennebaud2018-07-30
| * | | Rename Index to StorageIndex + use Eigen::Array and Eigen::Map when possibleGravatar Eugene Zhulenev2018-07-27
| * | | Add tiled evaluation support to TensorExecutorGravatar Eugene Zhulenev2018-07-25
* | | | bug #1578: Improve prefetching in matrix multiplication on MIPS.Gravatar Alexey Frunze2018-07-24
* | | | Fix two small typos in the documentationGravatar Patrik Huber2018-07-26
* | | | Merged in rmlarsen/eigen1 (pull request PR-441)Gravatar Gael Guennebaud2018-07-30
|\ \ \ \
* | | | | Re-enable FMA for fast sqrt functionsGravatar Mark D Ryan2018-07-30
* | | | | Re-enable FMA for fast sqrt functionsGravatar Mark D Ryan2018-07-30
| * | | | Reduce the number of template specializations of classes related to tensor co...Gravatar Rasmus Munk Larsen2018-07-27
| | * | | TensorBlockIOGravatar Eugene Zhulenev2018-07-23
| | | | * Add test coverage for ThreadPoolDevice optional allocator.Gravatar Paul Tucker2018-07-19
| | | | * Actually add optional Allocator* arg to ThreadPoolDevice().Gravatar Paul Tucker2018-07-16
| | | | * Add optional Allocator argument to ThreadPoolDevice constructor.Gravatar Paul Tucker2018-07-16
* | | | | Fix AVX512 implementations of psqrtGravatar Mark D Ryan2018-06-25
|/ / / /
* | | | Add pcast packet op for NEON.Gravatar Rasmus Munk Larsen2018-07-26
* | | | DIsable static assertions only when necessary and disable double-promotion wa...Gravatar Christoph Hertzberg2018-07-26
* | | | fix warnings for doc-eigen-prerequisitesGravatar Christoph Hertzberg2018-07-24
* | | | Removed several shadowing types and use global Index typedef everywhereGravatar Christoph Hertzberg2018-07-25
* | | | Rename variable which shadows class nameGravatar Christoph Hertzberg2018-07-25
* | | | Account for missing change on commit "Remove SimpleThreadPool and..."Gravatar Gustavo Lima Chaves2018-07-23
* | | | Fixed issue which made documentation not getting built anymoreGravatar Christoph Hertzberg2018-07-24
* | | | Allow to filter out build-error messagesGravatar Christoph Hertzberg2018-07-24
|/ / /
* | | Initial support of TensorBlockGravatar Eugene Zhulenev2018-07-20
* | | Merged in glchaves/eigen (pull request PR-433)Gravatar Gael Guennebaud2018-07-23
|\ \ \
* | | | fix typoGravatar Gael Guennebaud2018-07-23
* | | | Add lastN shorcuts to seq/seqN.Gravatar Gael Guennebaud2018-07-23
| * | | Move cxx11_tensor_uint128 test under an EIGEN_TEST_CXX11 guardedGravatar Gustavo Lima Chaves2018-07-20
* | | | Disable type traits for stdlibc++ <= 4.9.3Gravatar Eugene Zhulenev2018-07-20
|/ / /
* | | Oopps, EIGEN_COMP_MSVC is not available before including Eigen.Gravatar Gael Guennebaud2018-07-20
* | | Disable optimization for sparse_product unit test with MSVC 2013, otherwise i...Gravatar Gael Guennebaud2018-07-20
* | | PR430: Convert count to the reducer type in MeanReducerGravatar Eugene Zhulenev2018-07-19
* | | Pass by const ref.Gravatar Gael Guennebaud2018-07-19
* | | Fix IsRelocatable without C++11Gravatar Gael Guennebaud2018-07-19
* | | Fix determination of EIGEN_HAS_TYPE_TRAITSGravatar Gael Guennebaud2018-07-19
* | | Fix stupid error in Quaternion move ctorGravatar Gael Guennebaud2018-07-19
* | | bug #1558: fix a corner case in MINRES when both v_new and w_new vanish.Gravatar David Hyde2018-07-08
* | | Reduce number of allocations in TensorContractionThreadPool.Gravatar Eugene Zhulenev2018-07-16
* | | bug #1569: fix Tensor<half>::mean() on AVX with respective unit test.Gravatar Gael Guennebaud2018-07-19