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.

Real-time video encoding in DirectShow

I have developed a Windows application that captures video from an external device using DirectShow. The image resolution is 640x480 …

encoding directshow cuda real-time opencl
Convenient way to show OpenCL error codes?

As per title, is there a convenient way to show readable OpenCL error codes? Being able to convert codes like …

opencl error-code
Is it possible to high performance computing by Golang and CUDA?

I've googled for a while and the only useful infos are: github.com/barnex/cuda5 mumax.github.io/ Unfortunately, the …

go cuda opencl archlinux hpc
Does Android support OpenCL?

Recently I want to develop the parallel computing application on android use OpenCL. As far as I know, Android system …

android opencl
getting "pygpu was configured but could not be imported" error while trying with OpenCL+Theano on AMD Radeon

I have followed the instructions from this: https://gist.github.com/jarutis/ff28bca8cfb9ce0c8b1a But …

opencl theano amd
OpenCL for Python

I'm looking for a good OpenCL wrapper\library for Python, with good documentation. I tried to search some... but couldn't …

python opencl
Is available OpenCL on iOS

I found this thread on the forum Are either the IPad or IPhone capable of OpenCL? but is it quite …

ios opencl
OpenCL, Vulkan, Sycl

I am trying to understand the OpenCL ecosystem and how Vulkan comes into play. I understand that OpenCL is a …

opencl vulkan spir-v
How to set up Xcode to run OpenCL code, and how to verify the kernels before building

I am looking at the official documentation on the Apple site, and I see that there is a quickstart about …

xcode opencl
Why not using GPUs as a CPU?

I know the question is only partially programming-related because the answer I would like to get is originally from these …

cpu opencl gpu