Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

How to use VX_OPENCL_LIBRARY_BINARY_INTEL in OpenVxX?

Xiaoying__Y
Beginner
335 Views

Hello again.

Please kindly help me with VX_OPENCL_LIBRARY_BINARY_INTEL.

Currently I am working on a project using OpenVX to call nodes executed on GPU(OpenCL).

When using pure OpenCL, the .cl file can be built with clCreateProgramWithBinary as to save some time.

I found the sample code down below, and there seems to be an option to build the kernel_library using VX_OPENCL_LIBRARY_BINARY_INTEL too.

https://software.intel.com/en-us/sample-custom-opencl-kernel-sample-description

But after I googled it I couldn't find any information about VX_OPENCL_LIBRARY_BINARY_INTEL.

Vtune result:

Red rectangle is the clBuildProgram time while purple part is the actual computing part.

vtune.png

 

Thanks for your help and time in advance.

Xiaoying

0 Kudos
1 Reply
Shubha_R_Intel
Employee
335 Views

Dear Xiaoying, Y,

This forum is dedicated to OpenVino, namely the Inference Engine and Model Optimizer. I'm afraid OpenVX questions are not handled by this forum. 

You might have better luck asking your question on the below forum:

https://community.khronos.org/c/openvx

Sorry I couldn't be of more help,

Shubha

 

0 Kudos
Reply