Skip to content

Commit

Permalink
Update nvidia.cc
Browse files Browse the repository at this point in the history
Made a suggested change in logic from issue #1178
  • Loading branch information
w0j0pl authored Aug 28, 2024
1 parent 338bdce commit 5851be9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nvidia.cc
Original file line number Diff line number Diff line change
Expand Up @@ -836,6 +836,7 @@ void cache_nvidia_string_value_update(nvidia_c_string *ac_string, char *token,
} else if (search == SEARCH_MAX &&
ac_string[gid].perfmax < 0) {
ac_string[gid].perfmax = *value;
}
}
}

Expand Down

0 comments on commit 5851be9

Please sign in to comment.