Top "Gpu-programming" 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
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
What is CUDA like? What is it for? What are the benefits? And how to start?

I am interested in developing under some new technology and I was thinking in trying out CUDA. Now... their documentation …

cuda nvidia gpu-programming
How is CUDA memory managed?

When I run my CUDA program which allocates only a small amount of global memory (below 20 M), I got a "…

cuda nvidia gpu-programming