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 need double precision calculation in my application. According what I found on google I should add a flag "-arch …
cuda gpu gpu-programmingI know how to get CPU info inside /proc/, but is there any way to get GPU info? Something like …
android gpuMany of the embedded/mobile GPUs are providing access to performance registers called Pixel Write Speed and Texel Write speed. …
graphics opengl-es gpu performancecounterHow can I use two devices in order to improve for example the performance of the following code (sum of …
cuda gpu multi-gpuI have no knowledge of GPU programming concepts and APIs. I have a few questions: Is it possible to write …
c# gpu gpu-programmingI'm using Google Colab for deep learning and I'm aware that they randomly allocate GPU's to users. I'd like to …
python tensorflow gpu google-colaboratoryI have a workstation with 2 GPUs and I am trying to run multiple tensorflow jobs at the same time, so …
gpu tensorflowI want to make a cross validation in my project based on Pytorch. And I didn't find any method that …
gpu pytorch allennlp