mirror of
https://github.com/OpenMathLib/OpenBLAS
synced 2026-05-31 00:45:48 +08:00
Change BF16 warning message.
This commit is contained in:
@@ -184,7 +184,7 @@ static gotoblas_t* get_coretype(void) {
|
||||
openblas_warning(1, coremsg);
|
||||
return NULL;
|
||||
#elif defined(BUILD_BFLOAT16)
|
||||
snprintf(coremsg, sizeof(coremsg), "Cpu support for Zfbfmin+Zvfbfmin+Zvfbfwma extensions required due to BUILD_BFLOAT16=1\n");
|
||||
snprintf(coremsg, sizeof(coremsg), "Cpu support for Zvfbfwma extensions required due to BUILD_BFLOAT16=1\n");
|
||||
openblas_warning(1, coremsg);
|
||||
return NULL;
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user