Skip to content

Commit

Permalink
Recognize ZEN when passed as OPENBLAS_CORETYPE.
Browse files Browse the repository at this point in the history
  • Loading branch information
gcp committed Apr 10, 2017
1 parent 62979fd commit 0cbd2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/others/dynamic.c
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ static gotoblas_t *force_coretype(char *coretype){
char message[128];
//char mname[20];

for ( i=1 ; i <= 22; i++)
for ( i=1 ; i <= 23; i++)
{
if (!strncasecmp(coretype,corename[i],20))
{
Expand Down

0 comments on commit 0cbd2d3

Please sign in to comment.