Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
デバッグ中にVisualStudioのNsightでGPUを切り替える方法を知っている人はいますか?私は2枚のQuadroカードをプログラミングしています。コードはcudaCにあります。
CUDAプログラムでカードを列挙し、そのうちの1つを明示的に選択できます。または、NsightMonitorを起動する前に環境変数を設定することもできます。「CUDA_VISIBLE_DEVICES=0」は、順序が0のカードを選択します。
GPUの序数を一覧表示するには、CUDASDKのdeviceQueryDrvサンプルを参照できます。GPUを列挙する方法についても参照できます。