How to assign GPU to a worker
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
There is a cluster of PCs. We have just added one GPU (CUDA 1.3).
What should I do to integrate GPU into cluster? Or how can I communicate with GPU from "cliens" PCs?
1 comentario
Daniel Shub
el 26 de Nov. de 2011
This is a cool question. I am not sure if you can add a GPU as a worker to a cluster. I think it will probably require adding a work CPU that has access to the GPU. You might have to add the entire machine to prevent the GPU from being a shared resource.
Respuesta aceptada
Jason Ross
el 28 de Nov. de 2011
As you don't specify the cluster you are running, I can't be all that exact, but you need to ensure that that your GPU-related work ends up on that machine. Then, when GPU code runs, it will use the GPU.
It can also matter what operating system you are running on the systems in the cluster, as the GPU needs to be able to run in "service" mode to be able to be used without someone logged into the desktop. The actual configuration varies by OS, scheduler and GPU driver, so I can't be specific here, either.
0 comentarios
Más respuestas (1)
Ver también
Categorías
Más información sobre Parallel Computing Fundamentals en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!