Just a concept, an env var that would hide all GPUs from an app except the specified one Example (1 = gpu id): ```bash CARDWIRE_FORCE=1 nvtop ``` Nnvtop would only see the gpu with the id `1` Could be useful on multiple GPUs systems
Just a concept, an env var that would hide all GPUs from an app except the specified one
Example (1 = gpu id):
Nnvtop would only see the gpu with the id
1Could be useful on multiple GPUs systems