How to use multiple gpu
I know that this question has already been asked. But I would like to know when it will be available for threads
You can set a gpu index on init
I specify the gpu index and run it on the multiple threads, but this does not work fine - in this case only one gpu takes all load. But if I specify the gpu index and start the processes, then everything works fine.
I would like to know when it will be possible to work on threads with gpu index?
If you are use separate processes it work with multiple gpus?
Yes, it works fine. But it is very inconvenient
At the moment this is the only way, sorry
Thank you very much