aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products
Commit message (Expand)AuthorAge
...
* Make sure that the block size computation is tested by our unit test.Gravatar Gael Guennebaud2015-02-26
* Implement a more generic blocking-size selection algorithm. See explanations ...Gravatar Gael Guennebaud2015-02-26
* Fix typos in block-size testing code, and set peeling on k to 8.Gravatar Gael Guennebaud2015-02-26
* So I extensively measured the impact of the offset in this prefetch. I tried ...Gravatar Benoit Jacob2015-02-25
* Fix my recent prefetch changes:Gravatar Benoit Jacob2015-02-23
* rotating kernel: avoid compiling anything outside of ARMGravatar Benoit Jacob2015-02-18
* remove a newly introduced redundant typedef - sorry.Gravatar Benoit Jacob2015-02-18
* bug #955 - Implement a rotating kernel alternative in the 3px4 gebp pathGravatar Benoit Jacob2015-02-18
* Fixed template parameter.Gravatar Hauke Heibel2015-02-18
* mergeGravatar Gael Guennebaud2015-02-18
|\
* | Clean a bit computeProductBlockingSizes (use Index type, remove CEIL macro)Gravatar Gael Guennebaud2015-02-18
| * bug #958 - Allow testing specific blocking sizesGravatar Benoit Jacob2015-02-18
|/
* Fix a regression when using OpenMP, and fix bug #714: the number of threads m...Gravatar Gael Guennebaud2015-02-18
* Fix bug #945: workaround MSVC warningGravatar Gael Guennebaud2015-02-18
* Merged in chtz/eigen-indexconversion (pull request PR-92)Gravatar Gael Guennebaud2015-02-16
|\
| * The usage of DenseIndex is deprecated, so let's replace DenseIndex by IndexGravatar Gael Guennebaud2015-02-16
| * Remove deprecated usage of expr::Index.Gravatar Gael Guennebaud2015-02-16
* | bug #953 - Fix prefetches in 3px4 product kernelGravatar Benoit Jacob2015-02-13
|/
* Pulled latest fixesGravatar Benoit Steiner2015-02-06
|\
| * Fix symmetric productGravatar Gael Guennebaud2015-02-06
* | Pulled the latest changes from the trunkGravatar Benoit Steiner2015-02-06
|\ \ | |/ |/|
| * bug #936, patch 1.5/3: rename _FUSED_ macros to _SINGLE_INSTRUCTION_,Gravatar Benoit Jacob2015-01-31
| * bug #936, patch 1/3: some cleanup and renaming for consistency.Gravatar Benoit Jacob2015-01-30
| * bug #935: Add asm comments in GEBP kernels to work around a bugGravatar Benoit Jacob2015-01-30
* | Ensured that contractions that can be reduced to a matrix vector product work...Gravatar Benoit Steiner2015-01-06
* | Generalized the matrix vector product code.Gravatar Benoit Steiner2014-10-31
* | Made the blocking computation aware of the l3 cacheGravatar Benoit Steiner2014-10-15
| * bug #887: use ei_declare_aligned_stack_constructed_variable instead of manual...Gravatar Gael Guennebaud2014-10-06
* | Generalized the gebp apisGravatar Benoit Steiner2014-10-02
| * Using Index instead of hard coded int type to prevent potential implicit inte...Gravatar Georg Drenkhahn2014-09-22
| * Make constructors explicit if they could lead to unintended implicit conversionGravatar Christoph Hertzberg2014-09-23
| * Merged eigen/eigen into defaultGravatar Konstantinos Margaritis2014-09-21
| |\
| | * Remove deprecated code not used by evaluatorsGravatar Gael Guennebaud2014-09-18
| | * merge with default branchGravatar Gael Guennebaud2014-09-14
| | |\ | |_|/ |/| |
| * | Initial VSX commitGravatar Konstantinos Margaritis2014-08-29
* | | Fix bug #852: define Traits type in general_matrix_matrix_product when EIGEN_...Gravatar Kevin Locke2014-08-08
* | | fix for MKL_BLAS not defined in MKL 11.2Gravatar Yan Zhou2014-09-08
|/ /
| * Various minor fixesGravatar Gael Guennebaud2014-07-30
| * Refactor TriangularView to handle both dense and sparse objects. Introduce a ...Gravatar Gael Guennebaud2014-07-22
| * merge with default branchGravatar Gael Guennebaud2014-07-10
| |\ | |/ |/|
* | Fix many long to int implicit conversionsGravatar Gael Guennebaud2014-07-08
| * Split StorageKind promotion into two helpers: one for products, and one for c...Gravatar Gael Guennebaud2014-07-01
| * Backport changes from old to new expression enginesGravatar Gael Guennebaud2014-06-20
| * merge with default branchGravatar Gael Guennebaud2014-06-20
| |\ | |/ |/|
| * 1- Introduce sub-evaluator types for unary, binary, product, and map expressi...Gravatar Gael Guennebaud2014-06-20
* | fixed warning: -Wunused-local-typedefsGravatar Mark Borgerding2014-06-17
* | Missed to remove IACA_END in previous commitGravatar Christoph Hertzberg2014-05-05
* | Removed IACA-definesGravatar Christoph Hertzberg2014-05-05
* | TRMM: Make sure we have enough memory in rhs block to enforce alignment.Gravatar Gael Guennebaud2014-04-25
* | Make sure that calls to broadcast4 are 16 bytes alignedGravatar Gael Guennebaud2014-04-25