aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | | | 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
* | | Add MIPS changes missing from previous merge.Gravatar Alexey Frunze2018-07-18
* | | Assert that no output kernel is defined for GPU contractionGravatar Eugene Zhulenev2018-07-18
* | | Disable type traits for GCC < 5.1.0Gravatar Eugene Zhulenev2018-07-18
* | | Specify default output kernel for TensorContractionOpGravatar Eugene Zhulenev2018-07-18
* | | Add regression for bugs #1573 and #1575Gravatar Gael Guennebaud2018-07-18
* | | bug #1432: fix conservativeResize for non-relocatable scalar types. For those...Gravatar Gael Guennebaud2018-07-18
* | | Generalize ScalarWithExceptions to a full non-copyable and trowing scalar typ...Gravatar Gael Guennebaud2018-07-18
* | | bug #1575: fix regression introduced in bug #1573 patch. Move ctor/assignment...Gravatar Gael Guennebaud2018-07-18
* | | More clearly disable the inclusion of src/Core/arch/CUDA/Complex.h without CUDAGravatar Gael Guennebaud2018-07-18
| * | Use device's allocate function instead of internal::aligned_malloc. This woul...Gravatar Yuefeng Zhou2018-02-20
* | | Added a move constructor and move assignment operator to Tensor and wrote som...Gravatar Viktor Csomor2018-02-07
* | | Fix weird issue with MSVC 2013Gravatar Gael Guennebaud2018-07-18
* | | Fix TensorContractionOp evaluators for GPU and SYCLGravatar Eugene Zhulenev2018-07-17
* | | Merged in deven-amd/eigen (pull request PR-425)Gravatar Gael Guennebaud2018-07-17
|\ \ \
| * | | applying EIGEN_DECLARE_TEST to *gpu* testsGravatar Deven Desai2018-07-17
* | | | Remove usage of #if EIGEN_TEST_PART_XX in unit tests that does not require th...Gravatar Gael Guennebaud2018-07-17
|/ / /
* | | Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* | | Fix VERIFY_EVALUATION_COUNT(EXPR,N) with a complex expression as NGravatar Gael Guennebaud2018-07-17
* | | bug #1573: add noexcept move constructor and move assignment operator to Quat...Gravatar Gael Guennebaud2018-07-17
* | | Call OutputKernel in evalGemvGravatar Eugene Zhulenev2018-07-12
* | | Remove SimpleThreadPool and always use {NonBlocking}ThreadPoolGravatar Eugene Zhulenev2018-07-16
* | | Call OutputKernel in evalGemvGravatar Eugene Zhulenev2018-07-12
* | | Fuse computations into the Tensor contractions using output kernelGravatar Eugene Zhulenev2018-07-10
* | | Some warning fixesGravatar Gael Guennebaud2018-07-17
| |/ |/|
* | bug #1572: use c++11 atomic instead of volatile if c++11 is available, and di...Gravatar Gael Guennebaud2018-07-17
* | Simplify handling and non-splitted tests and include split_test_helper.h inst...Gravatar Gael Guennebaud2018-07-16
* | Fix usage of EIGEN_SPLIT_LARGE_TESTS=ON: some unit tests, such as indexed_vie...Gravatar Gael Guennebaud2018-07-16
* | Add the cmake option "EIGEN_DASHBOARD_BUILD_TARGET" to control the build targ...Gravatar Gael Guennebaud2018-07-16
* | Merged in rmlarsen/eigen2 (pull request PR-422)Gravatar Gael Guennebaud2018-07-14
|\ \
* | | Fix GeneralizedEigenSolver when requesting for eigenvalues only.Gravatar Gael Guennebaud2018-07-14
| * | Get rid of alias for m_broadcast.Gravatar Rasmus Munk Larsen2018-07-13