Top "Nvidia" questions

An American global technology company based in Santa Clara, California, best known for its graphics processors (GPUs).

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
How to check if pytorch is using the GPU?

I would like to know if pytorch is using my GPU. It's possible to detect with nvidia-smi if there is …

python memory-management gpu nvidia pytorch
Difference between nVidia Quadro and Geforce cards?

I'm not a 3D or HPC guy, but I've been tasked with doing some research into those fields for a …

hardware nvidia hpc
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
How do I choose grid and block dimensions for CUDA kernels?

This is a question about how to determine the CUDA grid, block and thread sizes. This is an additional question …

performance optimization cuda gpu nvidia
GPU-accelerated video processing with ffmpeg

I want to use ffmpeg to accelerate video encode and decode with an NVIDIA GPU. From NVIDIA's website: NVIDIA GPUs …

video ffmpeg nvidia
CUDA determining threads per block, blocks per grid

I'm new to the CUDA paradigm. My question is in determining the number of threads per block, and blocks per …

cuda dimensions nvidia matrix-multiplication