- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I had a code which converts big endian integer to little endian like this:
b = as_int(as_char4(b).wzyx);
It works ok on NVIDIA and AMD's OpenCL, but fails with Intel OpenCL with the following error message:
error: member reference base type '__vector char' is not a structure or union
b = as_int(as_char4(b).wzyx);
It works ok on NVIDIA and AMD's OpenCL, but fails with Intel OpenCL with the following error message:
error: member reference base type '__vector char' is not a structure or union
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for reporting this issue. We identified the root cause of this topic.
It will be fixed in future versions.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for reporting this issue. We identified the root cause of this topic.
It will be fixed in future versions.
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