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

MPI vs GPU vs Hadoop, what are the major difference between these three parallelism?

I know for some machine learning algorithm like random forest, which are by nature should be implemented in parallel. I …

hadoop mpi gpu
How to add report_tensor_allocations_upon_oom to RunOptions in Keras

I'm trying to train a neural net on a GPU using Keras and am getting a "Resource exhausted: OOM when …

python tensorflow keras gpu
How to do instancing the right way in OpenGL.

I am trying to use VBO and Instancing mechanism the most efficent way. I have a world based on voxels …

c++ opengl vbo gpu
How to run Python on AMD GPU?

We are currently trying to optimize a system in which there are at least 12 variables. Total comibination of these variable …

python parallel-processing amd gpu
Can I put a PCI-E 3.0 x16 gpu in a PCI-E 1.0 x16 slot?

I have an old motherboard the Asus P5K Deluxe. I need to change my current GPU ( NVIDIA 8800 GTX ) but …

gpu pci-e
Running more than one CUDA applications on one GPU

CUDA document does not specific how many CUDA process can share one GPU. For example, if I launch more than …

cuda gpu gpgpu nvidia
Accessing GPU via web browser

I came across this proof of concept earlier today (on TechCrunch.com) and was blown away and intrigued as to …

javascript 3d gpu famo.us
How to measure the inner kernel time in NVIDIA CUDA?

I want to measure time inner kernel of GPU, how how to measure it in NVIDIA CUDA? e.g. __global__ …

cuda gpu gpgpu nvidia
Nvidia GPU passthrough fail with code 43

I'm currently trying to pass a nvidia GPU to Windows 10 guest using qemu 2.5 and libvirt 1.3.5. I see "Error 43" on Nvidia …

gpu nvidia kvm vfio
Is there any way to find out and/or limit GPU usage by process in Windows?

I'd like to launch CPU and GPU intensive process on some machines, but these processes must not interfere with user's …

windows process gpu cpu-usage gpgpu