- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
コピーされたリンク
1 返信
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
