aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/products/Parallelizer.h
Commit message (Expand)AuthorAge
* New gebp kernel handling up to 3 packets x 4 register-level blocks. Huge spee...Gravatar Gael Guennebaud2014-04-16
* 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
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* - split and rename defined tokens to enable the use of BLAS/Lapack/VML/etcGravatar Gael Guennebaud2011-12-09
* Intel(R) MKL support added.Gravatar karturov2011-12-05
* fix stupid warning (bug #185)Gravatar Gael Guennebaud2011-02-14
* fix matrix product bug with OpenMPGravatar Gael Guennebaud2010-11-03
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* suppress warning and add a fixme about this transpose argumentGravatar Gael Guennebaud2010-07-03
* fix openmp for row major destinationGravatar Gael Guennebaud2010-07-03
* fix bug with openmpGravatar Gael Guennebaud2010-07-03
* email changeGravatar Gael Guennebaud2010-06-24
* - add a low level mechanism to provide preallocated memory to gemmGravatar Gael Guennebaud2010-06-24
* * makes all product use the new API to set the blocking sizesGravatar Gael Guennebaud2010-06-22
* add runtime API to control multithreadingGravatar Gael Guennebaud2010-06-10
* Addressess small compile error with OpenMPGravatar Trevor Irons2010-06-01
* the Index types change.Gravatar Benoit Jacob2010-05-30
* add a FIXMEGravatar Gael Guennebaud2010-03-05
* * dynamically adjust the number of threadsGravatar Gael Guennebaud2010-03-05
* fix openmp version for scalar types different than floatGravatar Gael Guennebaud2010-03-05
* remove the 1D and 2D parallelizer, keep only the GEMM specialized oneGravatar Gael Guennebaud2010-03-05
* rm useless omp shared directiveGravatar Gael Guennebaud2010-03-01
* remove Qt's atomic dependency, I don't know what I was doing wrong...Gravatar Gael Guennebaud2010-03-01
* make Aron's idea work using Qt's atomic implementation for the synchronisationGravatar Gael Guennebaud2010-03-01
* fix compilation without openmpGravatar Gael Guennebaud2010-02-26
* implement a smarter parallelization strategy for gemm avoiding multipleGravatar Gael Guennebaud2010-02-26
* add a 2D parallelizerGravatar Gael Guennebaud2010-02-23
* clean a bit the parallelizerGravatar Gael Guennebaud2010-02-22