We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac6b4b7 commit d408eceCopy full SHA for d408ece
driver/others/dynamic_power.c
@@ -339,6 +339,9 @@ void gotoblas_dynamic_init(void) {
339
if (gotoblas && gotoblas -> init) {
340
strncpy(coren,gotoblas_corename(),20);
341
sprintf(coremsg, "Core: %s\n",coren);
342
+ if (getenv("GET_OPENBLAS_CORETYPE")) {
343
+ fprintf(stderr, "%s", coremsg);
344
+ }
345
openblas_warning(2, coremsg);
346
gotoblas -> init();
347
} else {
0 commit comments