OpenCL* for CPU
Ask questions and share information on Intel® SDK for OpenCL™ Applications and OpenCL™ implementations for Intel® CPU.
告知
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.
1732 ディスカッション

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

vnfmstks
ビギナー
1,845件の閲覧回数
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 件の賞賛
1 返信
Uri_L_Intel
従業員
1,844件の閲覧回数

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

返信