Update gemv.c

This commit is contained in:
Martin Kroeker 2021-04-15 14:37:03 +02:00 committed by GitHub
parent c88b260a43
commit 384614bc1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ void CNAME(enum CBLAS_ORDER order,
int (*gemv[])(BLASLONG, BLASLONG, BLASLONG, FLOAT, FLOAT *, BLASLONG, FLOAT * , BLASLONG, FLOAT *, BLASLONG, FLOAT *) = {
GEMV_N, GEMV_T,
};
fprintf(stderr,"interface for %s starting, order=%d trans=%d m=%ld n=%ld\n",CHAR_CNAME,order,trans,m,n);
PRINT_DEBUG_CNAME;
trans = -1;