Hello,
I’m running a workstation (Windows server 2012 + Quadro) to calculate some kind of CUDA things. In order to use the workstation from remote location,
- Microsoft Remote desktop : Fail, I understand why it doesn’t work.
- I opened SSH sessions using third party program : Error for ‘cudamalloc’ line(just complied *.exe file was executed)
Next, I tried another server(CentOS + Tesla) using SSH. In this attempt, I transfer *.cu file and complie(use nvcc) in SSH session. It works well.
So, I’m wondering why SSH session on Windows doen’t work for CUDA, and is there any solution for remote CUDA for Windows? Thank you in advance for the reply.
Have a nice day!