Reputation: 2842
Is it possible to create virtual cuda gpu and execute cuda commands on another server?
Architecture:
server_1 server_2
virtual_gpu --> data --> cuda_device
Upvotes: 2
Views: 2179
Reputation: 7245
rcuda should do what you are looking for, although I haven't used it myself.
Upvotes: 3
Reputation: 2147
Yes, if you set up an instance to run on each machine,
using a shared network folder, making sure they don't overwrite eachother.
https://www.youtube.com/watch?v=BV0eXkLDqjE
Upvotes: -1