user1941407
user1941407

Reputation: 2842

CUDA remote GPU

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

Answers (2)

tera
tera

Reputation: 7245

rcuda should do what you are looking for, although I haven't used it myself.

Upvotes: 3

Doyousketch2
Doyousketch2

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

Related Questions