is there some way to set the main cuda device? #2042
Replies: 7 comments 2 replies
-
It is documented in the README But basically it is supposed to be controlled by the environment variable CUDA_VISIBLE_DEVICES. |
Beta Was this translation helpful? Give feedback.
-
I've used this variant, setting CUDA_VISIBLE_DEVICES=1,0 but still |
Beta Was this translation helpful? Give feedback.
-
The situation is that I want all GPU's to be used, but main gpu to be one other than id 0. |
Beta Was this translation helpful? Give feedback.
-
From the link above it shoud respected the order in CUDA_VISIBLE_DEVICES, but it's not happening. |
Beta Was this translation helpful? Give feedback.
-
Hi, could be implemented? |
Beta Was this translation helpful? Give feedback.
-
There is also the option |
Beta Was this translation helpful? Give feedback.
-
Thank you for lighting this up for me. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
right now, one of the devices gets automatically selected but is there a way to set this manually via CLI args?
Beta Was this translation helpful? Give feedback.
All reactions