Warp Clock Cycles

Hi everybody.

if it takes an operator a C clock cycles to complete , Does that mean that a 32 Threads Warp will complete 32 Threads of the same operator in C clock , or is it (32/4)*C ?

Thanks
Miki

:wacko:

Instructions are executed at warp level, so it takes same time to issue instruction for one thread and for whole warp.