OpenCL* for CPU
Ask questions and share information on Intel® SDK for OpenCL™ Applications and OpenCL™ implementations for Intel® CPU.
Announcements
This forum covers OpenCL* for CPU only. OpenCL* for GPU questions can be asked in the GPU Compute Software forum. Intel® FPGA SDK for OpenCL™ questions can be ask in the FPGA Intel® High Level Design forum.
1718 Discussions

How to check the version of Intel OpenCL ? how to control number of cores ?

vnfmstks
Beginner
1,276 Views
How to check the version of Intel OpenCL ? how to control number of cores ?
The performance I get is somehow less than I expected. How do I control the number of cores ?
How do I check the version of OpenCL ? from commandline ?
Thanks
0 Kudos
1 Reply
Uri_L_Intel
Employee
1,275 Views

Hello,

Intel OpenCL version can be obtained dynamically by querying the OpenCL CPU device version (CL_DEVICE_VERSION) through the clGetDeviceInfo(...) function.

Intel OpenCL supports the Device Fission extension which allows you to control the assignment of work to individual compute units. for more information, see chapter 2.2.1 no our User guide document.

Thanks,
Uri

0 Kudos
Reply