aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | * Support static dimensions (aka IndexList) in Tensor::resize(...)Gravatar Eugene Zhulenev2018-09-18
| | |
| * | bug #1600: initialize m_info to InvalidInput by default, even though m_info ↵Gravatar Gael Guennebaud2018-09-18
| | | | | | | | | | | | is not accessible until it has been initialized (assert)
| | * Enable DSizes type promotion with c++03 compilersGravatar Eugene Zhulenev2018-09-18
| |/
| * Collapsed revisionGravatar Ravi Kiran2018-09-17
| | | | | | | | * Merged eigen/eigen into default
| * Merged in ezhulenev/eigen-02 (pull request PR-498)Gravatar Rasmus Munk Larsen2018-09-17
| |\ | | | | | | | | | Add DSizes index type promotion
| * \ Merged in ezhulenev/eigen-01 (pull request PR-497)Gravatar Rasmus Munk Larsen2018-09-17
| |\ \ | | | | | | | | | | | | Fix warnings in IndexList array_prod
| | * | Replace deprecated Eigen::DenseIndex with Eigen::Index in TensorIndexListGravatar Eugene Zhulenev2018-09-17
| | | |
| * | | bug #1596: fix inclusion of Eigen's header within unsupported modules.Gravatar Gael Guennebaud2018-09-17
| | | |
| * | | typoGravatar Gael Guennebaud2018-09-16
| | | |
| | | * Add DSizes index type promotionGravatar Eugene Zhulenev2018-09-15
| | |/ | |/|
| | * Fix warnings in IndexList array_prodGravatar Eugene Zhulenev2018-09-15
| |/
| * Fix weird error for building with g++-4.7 in C++03 mode.Gravatar Christoph Hertzberg2018-09-15
| |
| * Merged in ezhulenev/eigen/fix_dsizes (pull request PR-494)Gravatar Rasmus Munk Larsen2018-09-15
| |\ | | | | | | | | | Fix DSizes IndexList constructor
| * \ Merged in ezhulenev/eigen/moar_eigen_fixes_3 (pull request PR-493)Gravatar Rasmus Munk Larsen2018-09-15
| |\ \ | | | | | | | | | | | | | | | | | | | | Const cast scalar pointer in TensorSlicingOp evaluator Approved-by: Sameer Agarwal <sameeragarwal@google.com>
| | | * Fix DSizes IndexList constructorGravatar Eugene Zhulenev2018-09-14
| | |/ | |/|
| * | Merged in ezhulenev/eigen/moar_eigen_fixes_1 (pull request PR-492)Gravatar Rasmus Munk Larsen2018-09-15
| |\ \ | | | | | | | | | | | | Explicitly construct tensor block dimensions from evaluator dimensions
| | | * Const cast scalar pointer in TensorSlicingOp evaluatorGravatar Eugene Zhulenev2018-09-14
| | |/ | |/|
| | * Explicitly construct tensor block dimensions from evaluator dimensionsGravatar Eugene Zhulenev2018-09-14
| | |
| * | Merged in chtz/eigen-maxsizevector (pull request PR-490)Gravatar Rasmus Munk Larsen2018-09-14
| |\ \ | | |/ | |/| | | | | | | | | | Let MaxSizeVector respect alignment of objects Approved-by: Rasmus Munk Larsen <rmlarsen@google.com>
| * | Merged in ezhulenev/eigen/indexlist_to_dsize (pull request PR-491)Gravatar Rasmus Munk Larsen2018-09-14
| |\ \ | | | | | | | | | | | | | | | | | | | | Support reshaping with static shapes and dimensions conversion in tensor broadcasting Approved-by: Rasmus Munk Larsen <rmlarsen@google.com>
| | * | Support reshaping with static shapes and dimensions conversion in tensor ↵Gravatar Eugene Zhulenev2018-09-14
| |/ / | | | | | | | | | broadcasting
| | * bug #1598: Let MaxSizeVector respect alignment of objects and add a unit testGravatar Christoph Hertzberg2018-09-14
| | | | | | | | | | | | | | | Also revert 8b3d9ed081fc5d4870290649853b19cb5179546e
| | * Provide EIGEN_ALIGNOF macro, and give handmade_aligned_malloc the ↵Gravatar Christoph Hertzberg2018-09-14
| |/ | | | | | | possibility for alignments larger than the standard alignment.
| * Merged in rmlarsen/eigen3 (pull request PR-480)Gravatar Rasmus Munk Larsen2018-09-14
| |\ | | | | | | | | | Avoid compilation error in C++11 test when EIGEN_AVOID_STL_ARRAY is set.
| | * Don't use bracket syntax in ctor.Gravatar Rasmus Munk Larsen2018-09-13
| | |
| * | Fix merge error.Gravatar Rasmus Munk Larsen2018-09-13
| | |
| * | Backed out changeset 01197e44527941c95f9a63e4f60ab3a989f12cbeGravatar Rasmus Munk Larsen2018-09-13
| | |
| * | MergeGravatar Rasmus Munk Larsen2018-09-13
| |\ \
| * | | Enable vectorized version on GPUs. The underlying bug has been fixed.Gravatar Rasmus Munk Larsen2018-09-13
| | | |
| | * | Merged in ezhulenev/eigen/tiled_evalution_support (pull request PR-444)Gravatar Rasmus Munk Larsen2018-09-13
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tiled evaluation for Tensor ops Approved-by: Rasmus Munk Larsen <rmlarsen@google.com> Approved-by: Gael Guennebaud <g.gael@free.fr>
| | | * | Fix warningsGravatar Eugene Zhulenev2018-09-13
| | | | |
| | * | | Fix conjugate-gradient for very small rhsGravatar Gael Guennebaud2018-09-13
| | | | |
| | * | | MSVC 2015 supports c++11 thread-local-storageGravatar Gael Guennebaud2018-09-13
| | | | |
| | | * | Fis static_assert in test to conform c++11 standardGravatar Eugene Zhulenev2018-09-11
| | | | |
| * | | | Don't vectorize the MeanReducer unless pdiv is available.Gravatar Rasmus Munk Larsen2018-09-11
| | | | |
| | | * | Merge with upstream eigen/defaultGravatar Eugene Zhulenev2018-09-11
| | | |\ \
| | | * | | Fix compilation of tiled evaluation code with c++03Gravatar Eugene Zhulenev2018-09-11
| | | | | |
| * | | | | Merged eigen/eigen into defaultGravatar Rasmus Munk Larsen2018-09-11
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Use numerically stable tree reduction in TensorReduction.Gravatar Rasmus Munk Larsen2018-09-11
| | | | | |
| | | | | * Avoid compilation error in C++11 test when EIGEN_AVOID_STL_ARRAY is set.Gravatar Rasmus Munk Larsen2018-09-06
| | | | | |
| | | * | | Updates to fix HIP-clang specific compile errors.Gravatar Deven Desai2018-08-30
| | | | | | | | | | | | | | | | | | | | | | | | Compiling the eigen unittests with hip-clang (HIP with clang as the underlying compiler instead of hcc or nvcc), results in compile errors. The changes in this commit fix those compile errors. The main change is to convert a few instances of "__device__" to "EIGEN_DEVICE_FUNC"
| | | * | | Use padding instead of alignment attribute, which MaxSizeVector does not ↵Gravatar Rasmus Munk Larsen2018-09-05
| | | | | | | | | | | | | | | | | | | | | | | | respect. This leads to undefined behavior and hard-to-trace bugs.
| | | * | | Enable std::result_of for msvc 2015 and laterGravatar Gael Guennebaud2018-09-13
| | | | | |
| | | * | | Fix misleading indentation of errorCode and make it loop-localGravatar Christoph Hertzberg2018-09-12
| | | | | |
| | | * | | Disable type-limits warnings for g++ < 4.8Gravatar Christoph Hertzberg2018-09-12
| | | | | |
| | | * | | EIGEN_UNUSED is not supported by g++4.7 (and not portable)Gravatar Christoph Hertzberg2018-09-12
| | |/ / /
| | * / / LLT: correct doc and add missing reference for the return type of rankUpdateGravatar Justin Carpentier2018-09-11
| |/ / / | | | | | | | | | | | | | | | | | | | | --- Eigen/src/Cholesky/LLT.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
| | * | Merge with upstream eigen/defaultGravatar Eugene Zhulenev2018-08-27
| | |\ \
| | * | | Fix BlockAccess enum in CwiseUnaryOp evaluatorGravatar Eugene Zhulenev2018-08-10
| | | | |
| | * | | Merge with eigen/defaultGravatar Eugene Zhulenev2018-08-10
| | |\ \ \