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

C#: Perform Operations on GPU, not CPU (Calculate Pi)

I've recently read a lot about software (mostly scientific/math and encryption related) that moves part of their calculation onto …

c# .net api gpu
How to use GPU for mathematics

I am looking at utilising the GPU for crunching some equations but cannot figure out how I can access it …

c# math gpu
How does CUDA assign device IDs to GPUs?

When a computer has multiple CUDA-capable GPUs, each GPU is assigned a device ID. By default, CUDA kernels execute on …

cuda gpu gpgpu nvidia
CUDA: nvcc cannot be detected though installed

I 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 nvcc
error code (-11):: what are all possible reasons of getting error "cl_build_program_failure" in OpenCL?

I 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 gpu
GPU shared memory size is very small - what can I do about it?

The size of the shared memory ("local memory" in OpenCL terms) is only 16 KiB on most nVIDIA GPUs of today. …

gpu nvidia gpu-shared-memory
How to use the new GPU accelerated avd?

Google 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-acceleration
Install Cuda without root

I know that I can install Cuda with the following: wget http://developer.download.nvidia.com/compute/cuda/7_0/Prod/local_…

cuda tensorflow gpu theano
Voxels... Honestly, I need to know where to begin

Okay, i understand that voxels are just basically a volumetric version of a pixel. After that, I have no idea …

c++ opengl gpu raycasting voxels
Java GPU programming

Is it possible to do GPU programming in Java ? I mean without using native libraries. And how much of a …

java performance gpu