aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products/GeneralBlockPanelKernel.h
Commit message (Expand)AuthorAge
...
| * bug #958 - Allow testing specific blocking sizesGravatar Benoit Jacob2015-02-18
|/
* Fix bug #945: workaround MSVC warningGravatar Gael Guennebaud2015-02-18
* bug #953 - Fix prefetches in 3px4 product kernelGravatar Benoit Jacob2015-02-13
* 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
* | Made the blocking computation aware of the l3 cacheGravatar Benoit Steiner2014-10-15
* | Generalized the gebp apisGravatar Benoit Steiner2014-10-02
| * Initial VSX commitGravatar Konstantinos Margaritis2014-08-29
|/
* Missed to remove IACA_END in previous commitGravatar Christoph Hertzberg2014-05-05
* Removed IACA-definesGravatar Christoph Hertzberg2014-05-05
* Product kernel: skip loop on columns if there is no remaining rowsGravatar Gael Guennebaud2014-04-25
* Fix for mixed productsGravatar Gael Guennebaud2014-04-25
* Disable 3pX4 kernel on Altivec: despite this platform has 32 registers, this ...Gravatar Gael Guennebaud2014-04-25
* Minor optimizations in product kernel:Gravatar Gael Guennebaud2014-04-25
* Enable vectorization of pack_rhs with a column-major RHS.Gravatar Gael Guennebaud2014-04-25
* Enable fused madd for AltivecGravatar Gael Guennebaud2014-04-24
* Smarter block size computationGravatar Gael Guennebaud2014-04-18
* Fix and optimize mixed productsGravatar Gael Guennebaud2014-04-17
* New gebp kernel handling up to 3 packets x 4 register-level blocks. Huge spee...Gravatar Gael Guennebaud2014-04-16
* Finally, prefetching seems to help getting more stable performanceGravatar Gael Guennebaud2014-03-31
* Optimize gebp kernel:Gravatar Gael Guennebaud2014-03-30
* Vectorized the loop peeling of the inner loop of the block-panel matrix multi...Gravatar Benoit Steiner2014-03-28
* merge with default branchGravatar Gael Guennebaud2014-03-28
|\
* | Fixed compilation error when FMA instructions are enabled.Gravatar Benoit Steiner2014-03-27
* | Silenced "unused variable" warnings when compiling with FMA.Gravatar Benoit Steiner2014-03-27
* | Vectorized the packing of a col-major matrix used as the right hand side argu...Gravatar Benoit Steiner2014-03-27
* | Vectorized the packing of a row-major matrix used as the left hand side argum...Gravatar Benoit Steiner2014-03-27
| * Fix warningGravatar Gael Guennebaud2014-03-27
* | Made sure that the version of gemm_pack_rhs specialized for row major matrice...Gravatar Benoit Steiner2014-03-26
* | Merged latest updates from the parent branchGravatar Benoit Steiner2014-03-26
|\ \
| | * Update gebp kernel to process a panle of 4 columns at once for the remaining ...Gravatar Gael Guennebaud2014-03-26
| |/
| * Implement new 1 packet x 8 gebp kernelGravatar Gael Guennebaud2014-03-26
* | Merged latest changes from the parentGravatar Benoit Steiner2014-03-18
|\ \
* \ \ Merged latest changes from the main trunkGravatar Benoit Steiner2014-02-24
|\ \ \
* | | | Added support for FMA instructionsGravatar Benoit Steiner2014-02-24
| | | * Improved the efficiency if the block-panel matrix multiplication code: the ch...Gravatar Benoit Steiner2014-01-02
| | |/
| | * Use vectorization when packing row-major rhs matrices. (bug #717)Gravatar Benoit Steiner2013-12-17
| |/
| * Implement bug #317: use a template function call to suppress unused variable ...Gravatar Gael Guennebaud2014-02-24
| * Workaround clang ABI change with unsed arguments (ugly fix)Gravatar Gael Guennebaud2014-02-24
|/
* Fix "routine is both "inline" and "noinline"" warningsGravatar Gael Guennebaud2013-02-28
* Fix bug #551: compilation issue when using EIGEN_DEFAULT_DENSE_INDEX_TYPEGravatar Gael Guennebaud2013-02-09
* fix bug #495: remove too aggressive EIGEN_FLATTEN_ATTRIB attributeGravatar Gael Guennebaud2012-08-02
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* bug #466: better fix for the race condition: this new patch add an initParall...Gravatar Gael Guennebaud2012-06-14
* Fix bug #466: race condition destected by helgrind in manage_caching_sizes.Gravatar Gael Guennebaud2012-06-08
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* fix conjugation in packet_lhsGravatar Gael Guennebaud2012-02-05
* add missing inline keyword (linking issue)Gravatar Gael Guennebaud2012-01-26