- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page