Top "Gpu" questions

Acronym for "Graphics Processing Unit". For programming traditional graphical applications, see the tag entry for "graphics programming". For general-purpose programming using GPUs, see the tag entry for "gpgpu". For specific GPU programming technologies, see the popular tag entries for "opencl", "cuda" and "thrust".

NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver

I'm running an AWS EC2 g2.2xlarge instance with Ubuntu 14.04 LTS. I'd like to observe the GPU utilization while training …

gpu
Google Colaboratory: misleading information about its GPU (only 5% RAM available to some users)

update: this question is related to Google Colab's "Notebook settings: Hardware accelerator: GPU". This question was written before the "TPU" …

python machine-learning gpu ram google-colaboratory
Utilizing the GPU with c#

I am trying to get more processing power out of my grid. I am using all cpus/cores, is it …

c# gpu gpgpu
GPU Emulator for CUDA programming without the hardware

Question: Is there an emulator for a Geforce card that would allow me to program and test CUDA without having …

cuda gpu emulation cpu
Python GPU programming

I am currently working on a project in python, and I would like to make use of the GPU for …

python cuda gpu
When to call cudaDeviceSynchronize?

when is calling to the cudaDeviceSynchronize function really needed?. As far as I understand from the CUDA documentation, CUDA kernels …

cuda gpu gpgpu
What is the difference between cuda vs tensor cores?

I am completely new to terms related to HPC computing, but I just saw that EC2 released its new type …

cuda gpu nvidia
Convert video with ffmpeg using gpu

I have video sharing site and convert video with ffmpeg but it take a lot of time for converting. how …

video ffmpeg gpu video-processing video-conversion
Missing recommended library: libGLU.so

I am trying to install NVIDIA CUDA. When it is installing the tool kit, it displayed the following error message. …

linux ubuntu cuda gpu
How to make Jupyter Notebook to run on GPU?

In Google Collab you can choose your notebook to run on cpu or gpu environment. Now I have a laptop …

gpu