Questions tagged as 'opencl'

1
answer

CUDA and OpenCL recursion

Is it possible to work with recursion in parallel when working with technologies unique to multielement using the video card as instrument CUDA and OpenCL ? if so, how do we synchronize and pass values, if not how to simulate this r...
asked by 23.05.2015 / 16:51
0
answers

How can I use the OpenCL functions available in OpenCV?

I'm creating a program in Python, which often ends up requiring more CPU and I've researched how to use the GPU for processing. The OpenCL bases I found had C ++-only examples, and still not very explanatory. In those days I discovered that from...
asked by 07.05.2018 / 19:49
0
answers

Error LNK2019 compiling OpenCL Project on Windows [closed]

I'm getting a lot of LNK2019 errors, after I use the nmake command on VS2015 console: kmeans.cpp.obj : error LNK2019: unresolved external symbol clGetPlatformIDs referenced in function "int __cdecl initialize(int)" (?initialize@@YAHH@Z) kmean...
asked by 18.03.2017 / 02:18
0
answers

How can I use OpenCL to use the GPU for processing?

A program I wrote in python has required a lot of CPU processing, leaving it somewhat slow. How could I do to use the GPU for processing with opencl (or other media)?     
asked by 09.04.2018 / 21:23