Hello,
Do I understand correctly register consumption for the following declarations inside kernels:
ushort2 var1; consumes ONE 32-bit register?
unsigned short var2[2]; consumes TWO 32-bit registers?
If above definitions were in shared/global memory, either of them would consume total 32 bits of memory…
Thank you