Browse Source

Add error message token for SBGEMM in gemm.c

tags/v0.3.16^2
Gordon Fossum 5 years ago
parent
commit
8b599836db
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      interface/gemm.c

+ 2
- 0
interface/gemm.c View File

@@ -49,6 +49,8 @@
#define ERROR_NAME "QGEMM "
#elif defined(DOUBLE)
#define ERROR_NAME "DGEMM "
#elif defined(BFLOAT16)
#define ERROR_NAME "SBGEMM "
#else
#define ERROR_NAME "SGEMM "
#endif


Loading…
Cancel
Save