Most voted "opencl" questions
Opencl is an architecture for writing programs that run on heterogeneous platforms, consisting of Cpus, Gpus, and other processors. Opencl includes a language (based on C99) for writing kernels (functions run on Opencl devices), and Apis that are used to define and then control heterogeneous platforms. If the doubt is not about Opencl, do not use this tag, even if you are using Opencl in your project.
Learn more…2 questions
Sort by count of
-
10
votes2
answers256
viewsRecursion in CUDA and Opencl
It is possible to work with recursiveness in parallel when working with unique technologies for parelelism (Multithread) using the graphics card as an instrument CUDA and OpenCL? if yes how is done…
-
1
votes0
answers60
viewsHow can I use the Opencl functions available in Opencv?
I am creating a program in Python, which often ends up demanding more from the CPU and decided to research on how to use the GPU for processing. The Opencl databases I found had examples only in…