Skip to content

Commit 5d02f2e

Browse files
authored
Merge pull request #3806 from martin-frbg/dyn_coop
Fix OPENBLAS_CORETYPE=COOPERLAKE not working in DYNAMIC_ARCH builds
2 parents 62a44c9 + da6e426 commit 5d02f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/others/dynamic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ static gotoblas_t *force_coretype(char *coretype){
10181018
char message[128];
10191019
//char mname[20];
10201020

1021-
for ( i=1 ; i <= 24; i++)
1021+
for ( i=1 ; i <= 25; i++)
10221022
{
10231023
if (!strncasecmp(coretype,corename[i],20))
10241024
{

0 commit comments

Comments
 (0)