Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in opencl

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?

The variation of cache misses in GPU

opencl gpu gpgpu

How many threads (or work-item) can run at the same time?

opencl gpgpu

Is it possible to access hard disk directly from gpu?

How to declare local memory in OpenCL?

memory opencl

List of OpenCL compliant CPU/GPU

cpu opencl

Convenient way to show OpenCL error codes?

opencl error-code