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 a very simple Toshiba Laptop with i3 processor. Also, I do not have any expensive graphics card. In …
graphics cuda gpu gpu-programmingI'm working on a business project that is done in Java, and it needs huge computation power to compute business …
java cuda gpu-programming multi-gpuI am currently writing a matrix multiplication on a GPU and would like to debug my code, but since I …
c++ c cuda gpu-programmingI am a newbie to GPU programming. I have a laptop with NVIDIA GeForce GT 640 card. I am faced with 2 …
cuda gpu gpgpu gpu-programmingI know that nvidia-smi -l 1 will give the GPU usage every one second (similarly to the following). However, I would …
cuda gpu nvidia gpgpu gpu-programmingI have sample "Hello, World!" code from the net and I want to run it on the GPU on my …
opencl gpu gpu-programmingI've been looking into libraries/extensions for C++ that will allow GPU-based processing on a high level. I'm not an …
c++ cuda gpu gpu-programmingI'm trying to get my Cuda SDK samples running, but I get the following error: ./bandwidthTest: error while loading shared …
c++ unix ubuntu cuda gpu-programmingI've noticed that CUDA applications tend to have a rough maximum run-time of 5-15 seconds before they will fail and …
cuda timeout gpgpu gpu-programmingI've just started CUDA programming and it's going quite nicely, my GPUs are recognized and everything. I've partially set up …
visual-studio-2010 cuda intellisense gpu-programming