Top "Cuda" questions

CUDA (Compute Unified Device Architecture) is a parallel computing platform and programming model for NVIDIA GPUs (Graphics Processing Units).

How to get the cuda version?

Is there any quick command or script to check for the version of CUDA installed? I found the manual of 4.0 …

cuda
How to verify CuDNN installation?

I have searched many places but ALL I get is HOW to install it, not how to verify that it …

cuda computer-vision caffe conv-neural-network cudnn
NVIDIA NVML Driver/library version mismatch

When I run nvidia-smi I get the following message: Failed to initialize NVML: Driver/library version mismatch An hour ago …

cuda driver gpu nvidia
Error Message : Cannot find or open the PDB file

I tried running sample programs provided at NVIDIA's official site. Most of the programs ran smoothly except few where I …

visual-studio-2010 cuda nvidia windows-7-x64
Which TensorFlow and CUDA version combinations are compatible?

I have noticed that some newer TensorFlow versions are incompatible with older CUDA and cuDNN versions. Does an overview of …

tensorflow cuda version compatibility cudnn
A top-like utility for monitoring CUDA activity on a GPU

I'm trying to monitor a process that uses CUDA and MPI, is there any way I could do this, something …

cuda process-monitoring resource-monitor
Using GPU from a docker container?

I'm searching for a way to use the GPU from inside a docker container. The container will execute arbitrary code …

cuda docker
How to get the nvidia driver version from the command line?

For debugging CUDA code and checking compatibilities I need to find out what nvidia driver version for the GPU I …

linux cuda driver
Is it possible to run CUDA on AMD GPUs?

I'd like to extend my skill set into GPU computing. I am familiar with raytracing and realtime graphics(OpenGL), but …

cuda gpu gpgpu nvidia amd
How do I select which GPU to run a job on?

In a multi-GPU computer, how do I designate which GPU a CUDA job should run on? As an example, when …

cuda nvidia