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 am looking at utilising the GPU for crunching some equations but cannot figure out how I can access it …
c# math gpuI successfully installed CUDA 7.0 on ubuntu(ami instance), but when I typed 'nvcc -version', it told me that The program …
build cuda gpu ubuntu-14.04 nvccI am using ATI RV770 graphics card, OpenCl 1.0 and ati-stream-sdk-v2.3-lnx64 on linux. While running my host code which includes …
debugging opencl gpuThe size of the shared memory ("local memory" in OpenCL terms) is only 16 KiB on most nVIDIA GPUs of today. …
gpu nvidia gpu-shared-memoryGoogle has announced that the Android emulator finally uses the GPU, as written here However, I can't find a tutorial …
android emulation gpu avd hardware-accelerationI know that I can install Cuda with the following: wget http://developer.download.nvidia.com/compute/cuda/7_0/Prod/local_…
cuda tensorflow gpu theanoOkay, i understand that voxels are just basically a volumetric version of a pixel. After that, I have no idea …
c++ opengl gpu raycasting voxelsIs it possible to do GPU programming in Java ? I mean without using native libraries. And how much of a …
java performance gpu