"member reference base type 'unsigned int' is not a structure or union" ???

"member reference base type 'unsigned int' is not a structure or union" ???

Ritratto di Polar01

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 : http://code.google.com/p/clpp/source/browse/trunk/src/clpp/clppSort_RadixSort.cl Line 174, 177...

http://spectralbattle.wordpress.com/
3 post / 0 new
Ultimo contenuto
Per informazioni complete sulle ottimizzazioni del compilatore, consultare l'Avviso sull'ottimizzazione
Ritratto di maxim_milakov

What is declaration of tid4 variable?

Thelink you specified leads to error page for me.

Ritratto di Polar01

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

http://spectralbattle.wordpress.com/

Accedere per lasciare un commento.