OpenCV OCL with Intel CPU OpenCL on Ubuntu

asked 2014-10-07 06:35:38 -0600

Does anyone have any experience with getting opencv::ocl class to work with Intel's CPU OpenCL on Ubuntu?
This is my OpenCL version, on Ubuntu 12.04:

  1. Device: Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz
    1.1 Hardware version: OpenCL 1.2 (Build 117)
    1.2 Software version: 1.2.0.117
    1.3 OpenCL C version: OpenCL C 1.2
    1.4 Parallel compute units: 4
edit retag flag offensive close merge delete

Comments

Hey, have you ever solved this problem? I am having a similar issue with this. I am running a bootcamped Mac Book Pro, with Windows 10, and the run time performance of my application is significantly different than when run on my desktop version.

Actually seems like there is a fundamental problem with race conditioning. Like, I get consistent errors with vector iterators being out of bounds.... I feel as if there is maybe some bug with the OpenCL driver in boot-camped mac world.

g3org3 gravatar imageg3org3 ( 2017-06-14 18:53:38 -0600 )edit