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".
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 volatileI'm using google colab free Gpu's for experimentation and wanted to know how much GPU Memory available to play around, …
gpu pytorch google-colaboratoryIn 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.kerasI notice that nvidia has support for GPU and Docker, but I believe this is only for linux at the …
docker gpu nvidia deep-learningI 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 physxi would like to start stating that i know nothing of OpenCL/GPU programming but i am a advanced C# (…
c# opencl gpu opencl.netI 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-distanceI 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