aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | Add pointer-based iterator for direct-access expressionsGravatar Gael Guennebaud2018-10-02
| * Fix shadow warningGravatar Christoph Hertzberg2018-10-02
| * Move struct outside of method for C++03 compatibility.Gravatar Christoph Hertzberg2018-10-02
| * Make code compile in C++03 mode againGravatar Christoph Hertzberg2018-10-02
| * Fix conversion warning ... againGravatar Christoph Hertzberg2018-10-02
* | Factorize RowsProxy/ColsProxy and related iterators using subVector<>(Index)Gravatar Gael Guennebaud2018-10-02
* | Add templated subVector<Vertical/Horizonal>(Index) aliases to col/row(Index) ...Gravatar Gael Guennebaud2018-10-02
* | Use Index instead of ptrdiff_t or int, fix random-accessors.Gravatar Gael Guennebaud2018-10-02
| * bug #1605: workaround ABI issue with vector types (aka __m128) versus scalar ...Gravatar Gael Guennebaud2018-10-01
* | bug #231: initial implementation of STL iterators for dense expressionsGravatar Gael Guennebaud2018-10-01
| * Merged in deven-amd/eigen/HIP_fixes (pull request PR-518)Gravatar Christoph Hertzberg2018-10-01
|/|
| * This commit contains the following (HIP specific) updates:Gravatar Deven Desai2018-10-01
* | Merged eigen/eigen into defaultGravatar Rasmus Munk Larsen2018-09-28
|\ \
* | | Get rid of unused variable warning.Gravatar Rasmus Munk Larsen2018-09-28
| * | Fix bug in copy optimization in Tensor slicing.Gravatar Eugene Zhulenev2018-09-28
|/ /
* | Fix a few warnings and rename a variable to not shadow "last".Gravatar Rasmus Munk Larsen2018-09-28
* | Merged in ezhulenev/eigen-01 (pull request PR-514)Gravatar Rasmus Munk Larsen2018-09-28
|\ \
| * | Add tests for evalShardedByInnerDim contraction + fix bugsGravatar Eugene Zhulenev2018-09-28
| |/
* | Fix integer conversion warningsGravatar Christoph Hertzberg2018-09-28
* | Provide EIGEN_OVERRIDE and EIGEN_FINAL macros to mark virtual function overridesGravatar Christoph Hertzberg2018-09-24
* | fix alignment issue in ploaddup for AVX512Gravatar Gael Guennebaud2018-09-28
|/
* Optimize TensorBlockCopyOpGravatar Eugene Zhulenev2018-09-27
* Revert code lost in mergeGravatar Eugene Zhulenev2018-09-27
* Merge with eigen/eigen defaultGravatar Eugene Zhulenev2018-09-27
|\
* | Remove explicit mkldnn support and redundant TensorContractionKernelBlockingGravatar Eugene Zhulenev2018-09-27
| * Merged in rmlarsen/eigen4 (pull request PR-511)Gravatar Rasmus Munk Larsen2018-09-27
| |\
| * | oops, I've been too fast in previous copy/pasteGravatar Gael Guennebaud2018-09-27
| * | #pragma GCC diagnostic push/pop is not supported prioro to gcc 4.6Gravatar Gael Guennebaud2018-09-27
* | | Test mkldnn pack for doublesGravatar Eugene Zhulenev2018-09-26
* | | Conditionally add mkldnn testGravatar Eugene Zhulenev2018-09-26
| | * Remove "false &&" left over from test.Gravatar Rasmus Munk Larsen2018-09-26
| | * Parallelize tensor contraction over the inner dimension in cases where where ...Gravatar Rasmus Munk Larsen2018-09-26
| |/
* / Support multiple contraction kernel types in TensorContractionThreadPoolGravatar Eugene Zhulenev2018-09-26
|/
* Don't deactivate BVH test for clang (probably, this was failing for very old ...Gravatar Christoph Hertzberg2018-09-25
* Fix documentation of reshape to vectors.Gravatar Gael Guennebaud2018-09-25
* Merge with default.Gravatar Gael Guennebaud2018-09-23
|\
| * Fix logic in diagonal*dense product in a corner case.Gravatar Gael Guennebaud2018-09-22
| * Demangle Travseral and Unrolling in ReduxGravatar Gael Guennebaud2018-09-21
| * Fiw shadowing of last and allGravatar Gael Guennebaud2018-09-21
| * Replace unused PREDICATE by corresponding STATIC_ASSERTGravatar Christoph Hertzberg2018-09-21
* | Add reshaped<>() shortcuts when returning vectors and remove the reshaping ve...Gravatar Gael Guennebaud2018-09-21
| * Add missing plugins to DynamicSparseMatrix -- fix sparse_extra_3Gravatar Gael Guennebaud2018-09-21
| * fix unalignedcount for avx512Gravatar Gael Guennebaud2018-09-21
| * Add more debug outputGravatar Gael Guennebaud2018-09-21
| * Fix vectorization logic unit test for AVX512Gravatar Gael Guennebaud2018-09-21
| * Improve slice-vectorization logic for redux (significant speed-up for reduxio...Gravatar Gael Guennebaud2018-09-21
* | merge with default EigenGravatar Gael Guennebaud2018-09-21
|\|
* | Doc fixesGravatar Gael Guennebaud2018-09-21
| * Merged indexing cleanup (pull request PR-506)Gravatar Gael Guennebaud2018-09-21
| |\
| * | Fix EIGEN_MAKE_ALIGNED_OPERATOR_NEW_IF_VECTORIZABLE_FIXED_SIZE for AVX512 or ...Gravatar Gael Guennebaud2018-09-21