significant speedup in the matrix-matrix products

This commit is contained in:
Gael Guennebaud
2010-02-23 13:06:49 +01:00
parent d579d4cc37
commit eb905500b6
9 changed files with 429 additions and 314 deletions

View File

@@ -22,8 +22,8 @@ void gemm(const M& a, const M& b, M& c)
int main(int argc, char ** argv)
{
int rep = 2;
int s = 1024;
int rep = 1;
int s = 2048;
int m = s;
int n = s;
int p = s;