Skip to content

Commit

Permalink
bench 934447
Browse files Browse the repository at this point in the history
  • Loading branch information
Vizvezdenec committed Dec 18, 2024
1 parent cf10644 commit 303d754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ void Search::Worker::clear() {
h->fill(-645);

for (size_t i = 1; i < reductions.size(); ++i)
reductions[i] = int((19.43 + std::log(size_t(options["Threads"])) / 2) * std::log(i));
reductions[i] = int(19.43 * std::log(i));

refreshTable.clear(networks[numaAccessToken]);
}
Expand Down

0 comments on commit 303d754

Please sign in to comment.