Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in opencl

Number of Compute Units corresponding to the number of work groups

opencl nvidia simd

Confusion on CUDA/openCL and C++ AMP

c++ cuda opencl c++-amp

OpenCL - is it possible to invoke another function from within a kernel?

opencl

OpenCL for Python

python opencl

How can I test for OpenCL compatibility?

macos opencl gpu osx-lion

How does the Levenberg–Marquardt algorithm work in detail but in an understandable way?

Why does my OpenCL kernel fail on the nVidia driver, but not Intel (possible driver bug)?

opencl nvidia gpgpu

In OpenCL, what does mem_fence() do, as opposed to barrier()?

PyOpenCl: how to debug segmentation fault?

Using Python+Theano with OpenCL in an AMD GPU

python opencl theano

How to match OpenCL devices with a specific GPU given PCI vendor, device and bus IDs in a multi-GPU system?

opencl gpu pci

OpenCL GPU Audio

audio opencl real-time

In OpenCL, what is the difference between platform, context, and device?

opencl gpgpu gpu

Preprocessor tomfoolery (stringifying a #include)

GPU vs CPU performance for common algorithms [closed]

algorithm opencl

How do JavaCL and JogAmp JOCL compare?

"Unrolling" a recursive function?

python recursion cuda opencl

When to use OpenCL?

opencl

Is it fair to compare SSE/AVX units to GPU cores?

cuda hardware opencl gpu sse

Why aren't there bank conflicts in global memory for Cuda/OpenCL?