Top "Opencl" questions

OpenCL (Open Computing Language) is a framework for writing programs that execute across heterogeneous platforms consisting of CPUs, GPUs, and other processors.

How to use OpenCL on Android?

For plattform independence (desktop, cloud, mobile, ...) it would be great to use OpenCL for GPGPU development when speed does matter. …

android opengl-es opencl gpgpu renderscript
Installing additional files with CMake

I am attempting to supply some "source" files with some executables. I was wondering if there was a way to …

c cmake opencl
Debugger for OpenCL

I am working on OpenCL. Does anyone know of a good debugger for OpenCL so that I can step into …

opencl
Beginning OpenCL tutorials?

I have seen some videos and articles about how powerful OpenCL can be - and I'm hooked. The problem is …

c++ resources cross-platform opencl gpu
How does the Levenberg–Marquardt algorithm work in detail but in an understandable way?

Im a programmer that wants to learn how the Levenberg–Marquardt curvefitting algorithm works so that i can implement it …

c algorithm opencl curve-fitting
OpenCL vs OpenMP performance

Have there been any studies comparing OpenCL to OpenMP performance? Specifically I am interested in the overhead cost of launching …

opencl gpgpu
Download OpenCL AMD APP SDK 3.0 for windows and linux

I want to download standalone version of OpenCL AMD APP SDK 3.0 for Windows and Linux.

opencl amd pyopencl amd-app
OpenCL - is it possible to invoke another function from within a kernel?

I am following along with a tutorial located here: http://opencl.codeplex.com/wikipage?title=OpenCL%20Tutorials%20-%201 The kernel …

opencl
CUDA vs OpenCL performance comparison

I am using CUDA 6.0 and the OpenCL implementation that comes bundled with the CUDA SDK. I have two identical kernels …

cuda opencl
How to get a "random" number in OpenCL

I'm looking to get a random number in OpenCL. It doesn't have to be real random or even that random. …

opencl