File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 4040#define SMP_THRESHOLD_MIN 65536.0
4141#ifdef RNAME
4242#ifdef XDOUBLE
43- #define ERROR_NAME "QGEMMT "
43+ #define ERROR_NAME "QGEMMTR "
4444#elif defined(DOUBLE )
45- #define ERROR_NAME "DGEMMT "
45+ #define ERROR_NAME "DGEMMTR "
4646#elif defined(BFLOAT16 )
47- #define ERROR_NAME "SBGEMMT "
47+ #define ERROR_NAME "SBGEMMTR "
4848#else
49- #define ERROR_NAME "SGEMMT "
49+ #define ERROR_NAME "SGEMMTR "
5050#endif
5151#else
5252#ifdef XDOUBLE
53- #define ERROR_NAME "QGEMMTR "
53+ #define ERROR_NAME "QGEMMT "
5454#elif defined(DOUBLE )
55- #define ERROR_NAME "DGEMMTR "
55+ #define ERROR_NAME "DGEMMT "
5656#elif defined(BFLOAT16 )
57- #define ERROR_NAME "SBGEMMTR "
57+ #define ERROR_NAME "SBGEMMT "
5858#else
59- #define ERROR_NAME "SGEMMTR "
59+ #define ERROR_NAME "SGEMMT "
6060#endif
6161#endif
6262#else
You can’t perform that action at this time.
0 commit comments