mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-05-31 00:45:48 +08:00
Update gemmt.c
This commit is contained in:
@@ -40,16 +40,6 @@
|
||||
#define SMP_THRESHOLD_MIN 65536.0
|
||||
#ifdef RNAME
|
||||
#ifdef XDOUBLE
|
||||
#define ERROR_NAME "QGEMMT "
|
||||
#elif defined(DOUBLE)
|
||||
#define ERROR_NAME "DGEMMT "
|
||||
#elif defined(BFLOAT16)
|
||||
#define ERROR_NAME "SBGEMMT "
|
||||
#else
|
||||
#define ERROR_NAME "SGEMMT "
|
||||
#endif
|
||||
#else
|
||||
#ifdef XDOUBLE
|
||||
#define ERROR_NAME "QGEMMTR"
|
||||
#elif defined(DOUBLE)
|
||||
#define ERROR_NAME "DGEMMTR"
|
||||
@@ -58,6 +48,16 @@
|
||||
#else
|
||||
#define ERROR_NAME "SGEMMTR"
|
||||
#endif
|
||||
#else
|
||||
#ifdef XDOUBLE
|
||||
#define ERROR_NAME "QGEMMT "
|
||||
#elif defined(DOUBLE)
|
||||
#define ERROR_NAME "DGEMMT "
|
||||
#elif defined(BFLOAT16)
|
||||
#define ERROR_NAME "SBGEMMT "
|
||||
#else
|
||||
#define ERROR_NAME "SGEMMT "
|
||||
#endif
|
||||
#endif
|
||||
#else
|
||||
#define SMP_THRESHOLD_MIN 8192.0
|
||||
|
||||
Reference in New Issue
Block a user