Add error message token for SBGEMM in gemm.c
This commit is contained in:
parent
9721b57ecf
commit
8b599836db
|
@ -49,6 +49,8 @@
|
||||||
#define ERROR_NAME "QGEMM "
|
#define ERROR_NAME "QGEMM "
|
||||||
#elif defined(DOUBLE)
|
#elif defined(DOUBLE)
|
||||||
#define ERROR_NAME "DGEMM "
|
#define ERROR_NAME "DGEMM "
|
||||||
|
#elif defined(BFLOAT16)
|
||||||
|
#define ERROR_NAME "SBGEMM "
|
||||||
#else
|
#else
|
||||||
#define ERROR_NAME "SGEMM "
|
#define ERROR_NAME "SGEMM "
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue