ELF icon indicating copy to clipboard operation
ELF copied to clipboard

Does Open Go support Multi-GPUs for playing?

Open godmoves opened this issue 6 years ago • 6 comments

I am not familiar with Open Go, but it seems that it doesn't support multi-GPUs for playing now?

godmoves avatar May 04 '18 12:05 godmoves

And I find it really takes a long time (more than 10 mins) to launch the program on a V100. Is this reasonable?

godmoves avatar May 04 '18 12:05 godmoves

Hi @godmoves, thanks for your interest! The code as released does not support multi-GPU playing.

The long launch time is unusual -- if you're still experiencing this and would like some help (on the supported environment), feel free to file another issue.

jma127 avatar May 04 '18 13:05 jma127

I am not sure if it is an issue of AWS, I will contact them to confirm that. @jma127 Thank you for your reply : )

BTW, if I use --mcts_threads 2 --mcts_rollout_per_thread 8192, dose this mean the playouts of this move is 2*8192 or just 8192?

godmoves avatar May 04 '18 14:05 godmoves

@godmoves if you are using Volta, please use this command to install pytorch-nightly:

conda install -c pytorch pytorch-nightly cuda90

(I've updated readme).

The previous command installed cuda 8.0 version which takes long time to jit-compile pytorch for volta because cuda 8.0 doesn't support volta out of the box.

soumith avatar May 04 '18 18:05 soumith

@godmoves 2 x 8192

yuandong-tian avatar May 08 '18 16:05 yuandong-tian

@yuandong-tian Thanks!

godmoves avatar May 09 '18 06:05 godmoves