Browse Source

Update gemv.c

pull/3166/head
Martin Kroeker GitHub 5 years ago
parent
commit
fb305b175d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      interface/gemv.c

+ 1
- 1
interface/gemv.c 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);
fprintf(stderr,"interface for CBLAS_?GEMV starting, order=%d trans=%d m=%ld n=%ld\n",order,trans,m,n);
PRINT_DEBUG_CNAME;

trans = -1;


Loading…
Cancel
Save