- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
during compilation I got the following error message :
"error : member reference base type 'unsigned int' is not a structure or union"
With the following line :
offset = invFlags.x * (bitsOnCount[0] + tid4.x - localBitsScan[tid4.x]) + flags.x * localBitsScan[tid4.x];
Where :
__local uint localBitsScan[WGZ_x4];
__local uint bitsOnCount[1];
int4 invFlags;
int4 flags;
int offset;
check the following :
Line 174, 177...
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What is declaration of tid4 variable?
Thelink you specified leads to error page for me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks,
I have finally found the problem, I think it is related to the "parser" of the Intel SDK (a token priority problem).
I have commit the change now. If you are interested you can check the difference.
Regards
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