Skip to content

Commit

Permalink
[update] num_threads setting for multi-GPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
ymgaq committed May 10, 2020
1 parent d55a20c commit 36f6728
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
--num_gpus=1

# Number of threads for search. [1-512]
# Typically, when using batch_size=n, 2*n threads are used
# for NN searches, and the rest (at least 1) are used for
# rollouts.
# It is recommended to set double the batch_size unless
# there is a reason to do so.
# Typically, when using batch_size=n, 2*n*num_gpus threads
# are used for NN searches, and the rest (at least 1) are
# used for rollouts.
# It is recommended to set double of batch_size * num_gpus
# unless there is a reason to do so.
--num_threads=16

#### --- Rule --- ####
Expand Down

0 comments on commit 36f6728

Please sign in to comment.