- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to compare OpenCL kernel performance on some different CPUs, and I would like to use the same device version for this. For the machines that don't have an Intel GPU, I am using the CPU only runtime (3.0.1.15216), which makes the CPU Device report "OpenCL 1.2 (Build 80752)" as the version. That's all fine and good. But one of my machines is an i7-4700EQ with 4600 Graphics. I understand that for this machine, the CPU device support is also provided through the Graphics driver. The latest graphics driver I can find (10.18.10.3412) seems to have an older CPU driver associate with it: The CPU device reports device driver version 3.0.1.10878, the device version is "OpenCL 1.2 (Build 76413)". This seems substantially older.
So here's my question: Is there anything I can do to get a newer driver for the CPU device, or am I stuck with waiting for the Graphics driver to catch up to where the CPU only runtime is now? Or should I downgrade the CPU driver on my other test machines? It would be really good to compare apples and apples here.
Thank you very much!
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can separately download and install the OpenCL CPU runtime. For example, on the page http://software.intel.com/en-us/vcsource/tools/opencl-sdk, you will see the paragraph
"The SDK also supports OpenCL on the CPU with 1st and 2nd generations of Intel Core processors. On these platforms a CPU only OpenCL runtime is available through separated download (Download 64-bit here, and 32-bit here)"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you Raghu, I saw the paragraph in the documentation, but as I was dealing with a 4th generation Core, I didn't think it was applicable. So I installed the CPU-only runtime on top of one provided by the graphics driver, and it informed me it was updating the CPU driver. Now all is good, problem solved, thank you!
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page