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.

Using Keras & Tensorflow with AMD GPU

I'm starting to learn Keras, which I believe is a layer on top of Tensorflow and Theano. However, I only …

python python-2.7 opencl tensorflow keras
OpenGL vs. OpenCL, which to choose and why?

What features make OpenCL unique to choose over OpenGL with GLSL for calculations? Despite the graphic related terminology and inpractical …

opengl opencl gpgpu
List of OpenCL compliant CPU/GPU

How can I know which CPU can be programmed by OpenCL? For example, the Pentium E5200. Is there a way …

cpu opencl
Questions about global and local work size

Searching through the NVIDIA forums I found these questions, which are also of interest to me, but nobody had answered …

opencl
library is linked but reference is undefined

I'm trying to compile an openCL program on Ubuntu with an NVIDIA card that worked once before, #include <CL/…

c++ ubuntu linker opencl
How to represent scientific notation in C

How do I represent extremely large or small numbers in C with a certain amount of significant figures. For example, …

c opencl scientific-computing scientific-notation
How do I use local memory in OpenCL?

I've been playing with OpenCL recently, and I'm able to write simple kernels that use only global memory. Now I'd …

opencl
NVIDIA vs AMD: GPGPU performance

I'd like to hear from people with experience of coding for both. Myself, I only have experience with NVIDIA. NVIDIA …

cuda opencl gpgpu nvidia ati
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