happypepper / DeepHoldem

205 stars 65 forks source link

multiple GPUs #22

Open jidma opened 6 years ago

jidma commented 6 years ago

Is it possible to run on multiple GPUs in parallel ?

Will it reduce the thinking time?

Thanks

aikupoker commented 5 years ago

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.