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 have no knowledge of GPU programming concepts and APIs. I have a few questions: Is it possible to write …
c# gpu gpu-programmingI am interested in developing under some new technology and I was thinking in trying out CUDA. Now... their documentation …
cuda nvidia gpu-programmingWhen I run my CUDA program which allocates only a small amount of global memory (below 20 M), I got a "…
cuda nvidia gpu-programming