From 861d18d5532546ddb0cd2bff8795eda080ce0c85 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Sat, 12 Jul 2008 22:59:34 +0000 Subject: * Optimization: added a specialization of Block for xpr with DirectAccessBit * some simplifications and fixes in cache friendly products --- bench/benchBlasGemm.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bench/benchBlasGemm.cpp') diff --git a/bench/benchBlasGemm.cpp b/bench/benchBlasGemm.cpp index 02f067e1a..5455b6ed5 100644 --- a/bench/benchBlasGemm.cpp +++ b/bench/benchBlasGemm.cpp @@ -82,12 +82,12 @@ int main(int argc, char *argv[]) std::cout << "Usage: " << argv[0] << " size nbloops nbtries\n"; std::cout << "Usage: " << argv[0] << " M N K nbloops nbtries\n"; std::cout << "Usage: " << argv[0] << " check\n"; - std::cout << "Options:\n" + std::cout << "Options:\n"; std::cout << " size unique size of the 2 matrices (integer)\n"; std::cout << " auto automatically set the number of repetitions and tries\n"; - std::cout << " nbloops number of times the GEMM routines is executed\n" - std::cout << " nbtries number of times the loop is benched (return the best try)\n" - std::cout << " M N K sizes of the matrices: MxN = MxK * KxN (integers)\n" + std::cout << " nbloops number of times the GEMM routines is executed\n"; + std::cout << " nbtries number of times the loop is benched (return the best try)\n"; + std::cout << " M N K sizes of the matrices: MxN = MxK * KxN (integers)\n"; std::cout << " check check eigen product using cblas as a reference\n"; exit(1); } -- cgit v1.2.3