DeepHoldem icon indicating copy to clipboard operation
DeepHoldem copied to clipboard

multiple GPUs

Open jidma opened this issue 6 years ago • 1 comments

Is it possible to run on multiple GPUs in parallel ?

Will it reduce the thinking time?

Thanks

jidma avatar Oct 27 '18 22:10 jidma

Hi @jidma

You can generate data using different machines and merge them when you think that it is fine. With Torch, you can't use multiple GPUs to execute a model, just only one.

aikupoker avatar Mar 15 '19 10:03 aikupoker