Update gemm.c
This commit is contained in:
parent
1d12a33a9d
commit
ff23bd09f4
|
@ -159,7 +159,7 @@ int main(int argc, char *argv[]){
|
|||
TOUPPER(transb);
|
||||
|
||||
fprintf(stderr, "From : %3d To : %3d Step=%d : Transa=%c : Transb=%c\n", from, to, step, transa, transb);
|
||||
fprintf(stderr,"OMP with %d threads\n",omp_get_max_threads());
|
||||
fprintf(stderr,"OMP with %d threads on a build with NUM_BUFFERS=%d\n",omp_get_max_threads(),NUM_BUFFERS);
|
||||
p = getenv("OPENBLAS_LOOPS");
|
||||
if ( p != NULL ) {
|
||||
loops = atoi(p);
|
||||
|
|
Loading…
Reference in New Issue