- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi I construct kernel from the string
const char *source[] = {
"#pragma OPENCL EXTENSION cl_intel_printf : enable\\n",
"__kernel void ", testname,
"()\\n",
"{\\n",
" printf(\\"",
""%d,"\\\\n\\",",
"2",");",
"}\\n"
};
But I get error: can't enable all OpenCL extensions or unrecognized OpenCL extension
I took the last ocl 1.1 version from the intel site.
How can I solve this issue?
Thanks
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I use
#pragma OPENCL EXTENSION all : enable
and the printing to console window works fine for me (Core i5) with last version of the SDK.
I use
#pragma OPENCL EXTENSION all : enable
and the printing to console window works fine for me (Core i5) with last version of the SDK.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Jiri,
Thank you for the post - we will have a look at this item
Could you provide the OS your were using?
Thanks,
Boaz

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