Top "Gpgpu" questions

GPGPU is an acronym for the field of computer science known as "General Purpose computing on the Graphics Processing Unit (GPU)"

CUDA: How many concurrent threads in total?

I have a GeForce GTX 580, and I want to make a statement about the total number of threads that can (…

cuda gpgpu
Best approach for GPGPU/CUDA/OpenCL in Java?

General-purpose computing on graphics processing units (GPGPU) is a very attractive concept to harness the power of the GPU for …

java cuda gpgpu opencl
How to obtain OpenCL SDK?

I was perusing http://www.khronos.org/ web site and only found headers for OpenCL (not OpenGL which I don't …

sdk gpu gpgpu opencl
nvidia-smi Volatile GPU-Utilization explanation?

I 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-programming
Compression library using Nvidia's CUDA

Does anyone know a project which implements standard compression methods (like Zip, GZip, BZip2, LZMA,...) using NVIDIA's CUDA library? I …

cuda compression gpgpu
printing from cuda kernels

I am writing a cuda program and trying to print something inside the cuda kernels using the printf function. But …

c visual-studio-2010 cuda gpgpu
How to check for GPU on CentOS Linux

It is suggested that on Linux, GPU be found with the command lspci | grep VGA. It works fine on Ubuntu …

c linux gpu x86-64 gpgpu
CUDA model - what is warp size?

What's the relationship between maximum work group size and warp size? Let’s say my device has 240 CUDA streaming processors (…

cuda gpgpu
Modifying registry to increase GPU timeout, windows 7

Im trying to increase the timeout on the GPU from its default setting of 2 seconds to something a little longer. …

cuda gpu gpgpu regedit
CUDA Driver API vs. CUDA runtime

When writing CUDA applications, you can either work at the driver level or at the runtime level as illustrated on …

c# c++ cuda gpgpu cuda.net