Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Generate .clb files when using OpenCL

Hello everyone

I am trying to speed up performance about resize() and wrapAffine() in OpenCV 2.4.8 version.

When I use these methods for the first time,

it will auto generate .clb file (it should be OpenCL binary kernel) that takes very long time.

However, I consider it just take longer time for the first time since I already generate the kernel files.

Unfortunately when I release program to another computer, this scenario happen again.

It generate different named files. Please check below image.

image description

Does anyone know the mechanism?

Thanks Hank

Generate .clb files when using OpenCL

Hello everyone

I am trying to speed up performance about resize() and wrapAffine() in OpenCV 2.4.8 version.

When I use these methods for the first time,

it will auto generate .clb file (it should be OpenCL binary kernel) that takes very long time.

However, I consider it just take longer time for the first time since I already generate the kernel files.

Unfortunately when I release program to another computer, this scenario happen again.

It generate different named files. Please check below image.

image descriptionimage description

Does anyone know the mechanism?

Thanks Hank