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".

When to use volatile with shared CUDA Memory

Under what circumstances should you use the volatile keyword with a CUDA kernel's shared memory? I understand that volatile tells …

compiler-construction cuda gpu gpgpu volatile
Get total amount of free GPU memory and available using pytorch

I'm using google colab free Gpu's for experimentation and wanted to know how much GPU Memory available to play around, …

gpu pytorch google-colaboratory
Tensorflow 2: how to switch execution from GPU to CPU and back?

In tensorflow 1.X with standalone keras 2.X, I used to switch between training on GPU, and running inference on CPU (…

gpu tensorflow2.0 tf.keras
Getting access to GPU on Docker on Windows 10

I notice that nvidia has support for GPU and Docker, but I believe this is only for linux at the …

docker gpu nvidia deep-learning
How fast is PhysX on GPU compared to physics engines on CPU?

I have an application that is written to use the Bullet physics engine. I am running it on an Intel …

gpu game-physics physics-engine bulletphysics physx
OpenCL and GPU programming Roadmap

i would like to start stating that i know nothing of OpenCL/GPU programming but i am a advanced C# (…

c# opencl gpu opencl.net
What is the context switching mechanism in GPU?

As I know, GPUs switch between warps to hide the memory latency. But I wonder in which condition, a warp …

cuda opencl gpu gpgpu
GPU MD5/SHA1 Hasher

I would like to make md5/sha1 hasher tool to calculate hash for large number of big files like movies. …

cuda md5 sha1 gpu cal
Pycuda Blocks and Grids to work with big datas

I need help to know the size of my blocks and grids. I'm building a python app to perform metric …

python cuda gpu pycuda euclidean-distance
Cuda driver initialization failed

I have a two gpu system, a Geforce 8400 GS and Geforce GT 520. I am able to run my cuda programs …

cuda gpu multi-gpu