- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi everyone,
I am trying to play with the OpenCL SDK for Intel. I am able to compile an OpenCL program with gcc and list all the available platforms and run a simple addition kernel.
However, if I try to use the offline compiler ioc64, this is what I get:
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi GiuseppeR,
Thanks for speaking to your experience.
The tool chain is validated on Ubuntu 16.04... that being said... it's desirable to have future LTS or supported OS's function. Note the Intel Graphics Compute Runtime for OpenCL Driver (NEO) has it's requirements on it's github page. Also, be sure to check the FAQ and LIMITATIONS docs on the github for the most complete picture.
Can you share your offline compiler toggles or command line?
Is the SDK you used the 2017 R2 version or part of the Intel System Studio 2019 beta? Have you seen the same results with both? Intel System Studio 2019 Beta is very much so work in progress and would be most appropriate for me to report a sighting for.
-MichaelC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Michael,
Thanks a lot for your reply.
What surprises me is that I am able to use OpenCL+gcc, but not the ioc64. I presume they are linking against the same libOpenCL library, so it must be something in the libgen_info.
I downloaded the 2017 R2 version. I will try with Intel System Studio 2019 beta as well.
As for limitations and restrictions, I was aware that Ubuntu 18.07 was an unexplored land, but I was hoping for forward compatibility :)
This is the command I am using:
$ ioc64 -input=simpleAdd.cl -asm -device=gpu
Is there any way to understand a bit deeper what is going under the hood?
Thanks once more.
Giuseppe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi again,
Good news here: I tried with Intel System Studio and ioc64 (same flags) magically worked!
I was also able to run the Code Builder from Eclipse.
Thanks a lot for your help Michael.
Regards,
Giuseppe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello GiuseppeR... Thanks for the update.
Some follow up...
Intel® System Studio XE 2019 Beta contains the Intel® SDK for OpenCL™ Applications 2019 Beta. If you're using the Intel® Graphics Compute Runtime for OpenCL™ Driver (a.k.a. NEO) on Linux* OS, the 2017 SDK tools are not designed with that OpenCL™ implementation in mind... however the 2019 SDK has been designed to support NEO.
The ioc64 offline compiler is a pass through tool that looks for Intel implementations available on the system. The NEO implementation is too new for the 2017 ioc64 tool.
- For more information on 2017 and some forward looking commentary please see the (today refactored) SDK getting started page.
- Also take a look at the deployments page.
- Lastly, have a look at the NEO portal.
-MichaelC

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