Skip to content

Commit

Permalink
add "Threads_NN_Inference" to optionsuci.cpp (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
QueensGambit committed Sep 4, 2021
1 parent 13cbdc2 commit 306049a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions engine/src/uci/optionsuci.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ void OptionsUCI::init(OptionsMap &o)
o["SyzygyPath"] << Option("<empty>", on_tb_path);
#endif
o["Threads"] << Option(2, 1, 512);
#ifdef OPENVINO
o["Threads_NN_Inference"] << Option(8, 1, 512);
#endif
o["Timeout_MS"] << Option(0, 0, 99999999);
#ifdef MODE_LICHESS
o["UCI_Variant"] << Option(get_first_variant_with_model().c_str(), availableVariants);
Expand Down

0 comments on commit 306049a

Please sign in to comment.