Created on 09-12-2018 02:15 AM - edited 09-16-2022 06:41 AM
Hi everyone:
CDSW support using GPU for machine learning jobs, but it seems one GPU can only be used by one user at the same time.
Can we share one GPU with mulitple users or one GPU must be dedicated to one docker and nobody else can use it at the same time?
Thanks!
Created 09-12-2018 02:27 AM
Hi,
CDSW relies on Kubernetes to allocate system resources to user workloads and Kubernetes doesn't allow sharing a GPU core like it does for CPUs.
The expectations are set in the Kubernetes documentation:
from: https://kubernetes.io/docs/tasks/manage-gpus/scheduling-gpus/
Regards,
Peter
Created 09-12-2018 02:27 AM
Hi,
CDSW relies on Kubernetes to allocate system resources to user workloads and Kubernetes doesn't allow sharing a GPU core like it does for CPUs.
The expectations are set in the Kubernetes documentation:
from: https://kubernetes.io/docs/tasks/manage-gpus/scheduling-gpus/
Regards,
Peter
Created 09-12-2018 02:29 AM