aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--bench/benchBlasGemm.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/bench/benchBlasGemm.cpp b/bench/benchBlasGemm.cpp
index 246eed3e2..81ff3f724 100644
--- a/bench/benchBlasGemm.cpp
+++ b/bench/benchBlasGemm.cpp
@@ -45,9 +45,6 @@ int main(int argc, char *argv[])
}
#endif
- Eigen::setCpuCacheSizes(262144, 6000000);
-
-
int nbtries=1, nbloops=1, M, N, K;
if (argc==2)