如何使用远程桌面运行cuda代码

如何使用远程桌面运行cuda代码

本文介绍了如何使用远程桌面运行cuda代码?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用远程桌面连接连接到具有Nvidia卡(CUDA兼容)的桌面。

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

我这样做是因为我目前没有监控!因此,我暂时使用笔记本电脑连接到我的桌面并运行我的CUDA代码。

I am doing this because I currently don't have a monitor! Therefore I am temporary using my laptop to connect to my desktop and run my CUDA code.

它接缝的远程桌面无法识别Nvidia卡。
cudaGetDeviceCount()返回一个非常大的数字。我的电脑上只有1个Nvidia 460。

It seams that remote desktop does not recognize the Nvidia card.cudaGetDeviceCount() is returning a very big number. I only have 1 Nvidia 460 on my PC.

如何解决这个问题?

推荐答案

如上所述,您不能使用远程桌面。

As said, you cannot use remote desktop.

您可以使用VNC客户端,例如 Splashtop远程桌面,它是免费的。

Instead, you can use a VNC client such as Splashtop Remote Desktop, it is free.

这篇关于如何使用远程桌面运行cuda代码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-30 18:31