aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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 dimensionsGravatar Eugene Zhulenev2018-09-14
* | Merged in chtz/eigen-maxsizevector (pull request PR-490)Gravatar Rasmus Munk Larsen2018-09-14
|\ \ | |/ |/|
* | 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 broa...Gravatar Eugene Zhulenev2018-09-14
|/ /
| * bug #1598: Let MaxSizeVector respect alignment of objects and add a unit testGravatar Christoph Hertzberg2018-09-14
| * Provide EIGEN_ALIGNOF macro, and give handmade_aligned_malloc the possibility...Gravatar Christoph Hertzberg2018-09-14
|/
* Merged in rmlarsen/eigen3 (pull request PR-480)Gravatar Rasmus Munk Larsen2018-09-14
|\
| * 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
| |\ \
| | * | 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
| | * | | Use padding instead of alignment attribute, which MaxSizeVector does not resp...Gravatar Rasmus Munk Larsen2018-09-05
| | * | | 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
|/ / /
| * | 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
| |\ \ \
| * | | | Add block evaluationto CwiseUnaryOp and add PreferBlockAccess enum to all eva...Gravatar Eugene Zhulenev2018-08-10
| * | | | Fix bug in a test + compilation errorsGravatar Eugene Zhulenev2018-08-09
| * | | | Merged with upstream eigenGravatar Eugene Zhulenev2018-08-08
| |\ \ \ \
* | | | | | Fix doxy and misc. typosGravatar luz.paz"2018-08-01
* | | | | | [PATCH] cmake: Support source include with add_subdirectory andGravatar Jean-Christophe Fillion-Robin2018-09-07
* | | | | | Fix 'template argument uses local type'-warnings (when compiled in C++03 mode)Gravatar Christoph Hertzberg2018-09-10
* | | | | | bug #1526 - CUDA compilation fails on CUDA 9.x SDK when arch is set to comput...Gravatar Jiandong Ruan2018-09-08
* | | | | | Use `static const int` instead of `enum` to avoid numerous `local-type-templa...Gravatar Christoph Hertzberg2018-09-07
* | | | | | bug #1595: Don't use C++11's std::isnan() in MIPS/MSA packet math.Gravatar Alexey Frunze2018-09-06
| |_|_|_|/ |/| | | |
* | | | | Make param name and docs constistent for JacobiRotation::makeGivensGravatar cgs10192018-09-06
* | | | | Fix build failures in matrix_power and matrix_exponential tests.Gravatar Alexey Frunze2018-08-31
* | | | | "sparse_product.cpp" must be included before "sparse_basic.cpp", otherwise EI...Gravatar Christoph Hertzberg2018-08-30
* | | | | Product of empty array must be 1 and not 0.Gravatar Christoph Hertzberg2018-08-30
* | | | | Fix integer conversion warningGravatar Christoph Hertzberg2018-08-30
* | | | | Fixed a few more shadowing warnings when compiling with g++ (and c++03)Gravatar Christoph Hertzberg2018-08-30
* | | | | adding EIGEN_DEVICE_FUNC attribute to fix some GPU unit tests that are broken...Gravatar Deven Desai2018-08-27