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".
I have installed tensorflow in my ubuntu 16.04 using the second answer here with ubuntu's builtin apt cuda installation. Now my …
python tensorflow ubuntu gpuI 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 pytorchI have a plan to use distributed TensorFlow, and I saw TensorFlow can use GPUs for training and testing. In …
python gpu tensorflowI have a very simple Toshiba Laptop with i3 processor. Also, I do not have any expensive graphics card. In …
graphics cuda gpu gpu-programmingHow do I use TensorFlow GPU version instead of CPU version in Python 3.6 x64? import tensorflow as tf Python is …
python tensorflow gpuHow can I monitor how much of the graphics card is used when I run a certain application? I want …
monitoring gpuEveryone has this huge massively parallelized supercomputer on their desktop in the form of a graphics card GPU. What is …
gpuThis is a question about how to determine the CUDA grid, block and thread sizes. This is an additional question …
performance optimization cuda gpu nvidia