Home | History | Annotate | Download | only in bench

Lines Matching refs:tries

129   int tries = 2;  // number of tries, we keep the best
142 tries = atoi(argv[i]+1);
151 std::cout << argv[0] << " s<matrix size> c<cache size> t<nb tries> p<nb repeats>\n";
201 BENCH(tblas, tries, rep, blas_gemm(a,b,c));
208 BENCH(tmt, tries, rep, gemm(a,b,c));
219 BENCH(tmono, tries, rep, gemm(a,b,c));
237 BENCH(t, tries, rep, matlab_cplx_cplx(ar,ai,br,bi,cr,ci));
250 BENCH(t, tries, rep, matlab_real_cplx(a,br,bi,cr,ci));
263 BENCH(t, tries, rep, matlab_cplx_real(ar,ai,b,cr,ci));