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...
"member reference base type 'unsigned int' is not a structure or union" ???
Per informazioni complete sulle ottimizzazioni del compilatore, consultare l'Avviso sull'ottimizzazione


