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

what is difference between "-arch sm_13" and "-arch sm_20"

I need double precision calculation in my application. According what I found on google I should add a flag "-arch …

cuda gpu gpu-programming
Is there any way to get GPU information?

I know how to get CPU info inside /proc/, but is there any way to get GPU info? Something like …

android gpu
GPU Pixel and Texel write speed

Many of the embedded/mobile GPUs are providing access to performance registers called Pixel Write Speed and Texel Write speed. …

graphics opengl-es gpu performancecounter
multi-GPU basic usage

How can I use two devices in order to improve for example the performance of the following code (sum of …

cuda gpu multi-gpu
Run C# code on GPU

I have no knowledge of GPU programming concepts and APIs. I have a few questions: Is it possible to write …

c# gpu gpu-programming
How to use AMD GPU for fastai/pytorch?

I'm using a laptop which has Intel Corporation HD Graphics 5500 (rev 09), and AMD Radeon r5 m255 graphics card. Does anyone …

pytorch gpu amd fast-ai
How to get allocated GPU spec in Google Colab

I'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-colaboratory
How can I modify xorg.conf file to force X server to run on a specific GPU? (I am using multiple GPUs)

I'm running 2 GPUs and I'm trying to force X server to run on one GPU. According to this website : http://…

cuda gpu nvidia xserver
Tensorflow multiple sessions with multiple GPUs

I have a workstation with 2 GPUs and I am trying to run multiple tensorflow jobs at the same time, so …

gpu tensorflow
pytorch delete model from gpu

I want to make a cross validation in my project based on Pytorch. And I didn't find any method that …

gpu pytorch allennlp