Browse Source

cleanup

pull/5187/head
Martin Kroeker GitHub 10 months ago
parent
commit
d8b3bdf7ac
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      interface/gemmt.c

+ 0
- 2
interface/gemmt.c View File

@@ -331,7 +331,6 @@ void CNAME(enum CBLAS_ORDER order, enum CBLAS_UPLO Uplo,
info = 2;
if (uplo < 0)
info = 1;
if (info >0 ) fprintf(stderr,"colmajor\n");
}

if (order == CblasRowMajor) {
@@ -412,7 +411,6 @@ void CNAME(enum CBLAS_ORDER order, enum CBLAS_UPLO Uplo,
info = 3;
if (uplo < 0)
info = 1;
if (info >0 ) fprintf(stderr,"rowmajor\n");
}

if (info >= 0) {


Loading…
Cancel
Save