How to Run a cuda code using remote Desktop?

后端 未结 8 1842
醉梦人生
醉梦人生 2020-12-06 16:40

I am connecting to my desktop which has an Nvidia card (CUDA compatible) using remote desktop connection.

I am doing this because I currently don\'t have a monitor!

8条回答
  •  攒了一身酷
    2020-12-06 17:28

    You may use rCUDA .

    http://www.gap.upv.es/rCUDA

    The rCUDA Framework enables the concurrent usage of CUDA-compatible devices remotely.

    rCUDA employs the socket API for the communication between clients and servers. Thus, it can be useful in three different environments: Clusters. To reduce the number of GPUs installed in High Performance Clusters. This leads to increase GPUs use and to energy savings, as well as other related savings like acquisition costs, maintenance, space, cooling, etc. Academia. In commodity networks, to offer access to a few high performance GPUs concurrently to many students. Virtual Machines. To enable the access to the CUDA facilities on the physical machine.

提交回复
热议问题