aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/bench_gemm.cpp
Commit message (Collapse)AuthorAge
* Add possibility to bench row-major lhs and rhsGravatar Gael Guennebaud2019-02-15
|
* bug #1676: workaround GCC's bug in c++17 mode.Gravatar Gael Guennebaud2019-02-07
|
* Optimize the product of a householder-sequence with the identity, and ↵Gravatar Gael Guennebaud2018-07-11
| | | | optimize the evaluation of a HouseholderSequence to a dense matrix using faster blocked product.
* Make bench_gemm compatible with 3.2Gravatar Gael Guennebaud2015-12-01
|
* update bench_gemmGravatar Gael Guennebaud2015-02-20
|
* Make our gemm bench a little more powerful.Gravatar Gael Guennebaud2014-04-17
|
* BTL: fix warnings and extend to 5k matrices, update GotoBlas to OpenBlas, etc.Gravatar Gael Guennebaud2014-03-31
|
* fix include pathGravatar Gael Guennebaud2012-07-08
|
* fix bench_gemmGravatar Gael Guennebaud2011-09-09
|
* compilation fixGravatar Gael Guennebaud2010-12-09
|
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
|
* sync with default branchGravatar Gael Guennebaud2010-07-22
|\
* | add matlab-like mixed productGravatar Gael Guennebaud2010-07-22
| |
* | update to support mixin typesGravatar Gael Guennebaud2010-07-07
| |
| * MPRealSupport was missingGravatar Gael Guennebaud2010-07-15
|/
* add support for complexGravatar Gael Guennebaud2010-07-07
|
* add intitial support for the vectorization of complex<float>Gravatar Gael Guennebaud2010-07-05
|
* slightly optimize computeProductBlockingSizes by explicitely precomputing ↵Gravatar Gael Guennebaud2010-06-22
| | | | what is known at compile time
* fix in case we don't know how to query the L1/L2 cache sizesGravatar Gael Guennebaud2010-06-21
|
* simplify and optimize block sizes computation for matrix products. TheyGravatar Gael Guennebaud2010-06-21
| | | | | are now automatically computed from the L1 and L2 cache sizes which are themselves automatically determined at runtime.
* make bench_gemm print out the queried cache sizesGravatar Gael Guennebaud2010-06-21
|
* add the possibility to set the cache size at runtimeGravatar Gael Guennebaud2010-06-18
|
* add runtime API to control multithreadingGravatar Gael Guennebaud2010-06-10
|
* clean a bit the bench_gemm filesGravatar Gael Guennebaud2010-03-05
|
* minor cleaningGravatar Gael Guennebaud2010-03-05
|
* 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
|
* BTL: allow to bench real timeGravatar Gael Guennebaud2010-02-26
|
* implement a smarter parallelization strategy for gemm avoiding multipleGravatar Gael Guennebaud2010-02-26
| | | | paking of the same data
* significant speedup in the matrix-matrix productsGravatar Gael Guennebaud2010-02-23
|
* oopsGravatar Gael Guennebaud2010-02-22
|
* add a small benchmark to quickly bench/compare SMP supportGravatar Gael Guennebaud2010-02-22