index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
bench
/
bench_gemm.cpp
Commit message (
Expand
)
Author
Age
*
Make bench_gemm compatible with 3.2
Gael Guennebaud
2015-12-01
*
update bench_gemm
Gael Guennebaud
2015-02-20
*
Make our gemm bench a little more powerful.
Gael Guennebaud
2014-04-17
*
BTL: fix warnings and extend to 5k matrices, update GotoBlas to OpenBlas, etc.
Gael Guennebaud
2014-03-31
*
fix include path
Gael Guennebaud
2012-07-08
*
fix bench_gemm
Gael Guennebaud
2011-09-09
*
compilation fix
Gael Guennebaud
2010-12-09
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
sync with default branch
Gael Guennebaud
2010-07-22
|
\
*
|
add matlab-like mixed product
Gael Guennebaud
2010-07-22
*
|
update to support mixin types
Gael Guennebaud
2010-07-07
|
*
MPRealSupport was missing
Gael Guennebaud
2010-07-15
|
/
*
add support for complex
Gael Guennebaud
2010-07-07
*
add intitial support for the vectorization of complex<float>
Gael Guennebaud
2010-07-05
*
slightly optimize computeProductBlockingSizes by explicitely precomputing wha...
Gael Guennebaud
2010-06-22
*
fix in case we don't know how to query the L1/L2 cache sizes
Gael Guennebaud
2010-06-21
*
simplify and optimize block sizes computation for matrix products. They
Gael Guennebaud
2010-06-21
*
make bench_gemm print out the queried cache sizes
Gael Guennebaud
2010-06-21
*
add the possibility to set the cache size at runtime
Gael Guennebaud
2010-06-18
*
add runtime API to control multithreading
Gael Guennebaud
2010-06-10
*
clean a bit the bench_gemm files
Gael Guennebaud
2010-03-05
*
minor cleaning
Gael Guennebaud
2010-03-05
*
remove Qt's atomic dependency, I don't know what I was doing wrong...
Gael Guennebaud
2010-03-01
*
make Aron's idea work using Qt's atomic implementation for the synchronisation
Gael Guennebaud
2010-03-01
*
BTL: allow to bench real time
Gael Guennebaud
2010-02-26
*
implement a smarter parallelization strategy for gemm avoiding multiple
Gael Guennebaud
2010-02-26
*
significant speedup in the matrix-matrix products
Gael Guennebaud
2010-02-23
*
oops
Gael Guennebaud
2010-02-22
*
add a small benchmark to quickly bench/compare SMP support
Gael Guennebaud
2010-02-22