- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I ran into a problem with the Intel 2013 R3 OpenCL SDK where a header file in the current directory was not being included in the kernel source file when calling clBuildProgram without any build options. I had to pass "-I ." as a build option for the header file to be found and included, which everything worked fine thereafter. Is this suppose to be required, considering it's not necessary to specify to gcc or msvc the current path as an include path?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Sean,
Just note, that gcc and msvc are executed on developers machine while clBuildProgram on end user machine. The difference is security.

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