Browse Source
Merge pull request #3219 from austinpagan/Gemm.ErrorFix
Add error message token for SBGEMM in gemm.c
tags/v0.3.16^2
Martin Kroeker
GitHub
4 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
interface/gemm.c
|
|
|
@@ -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 |
|
|
|
|