1groupshared float4 a[100]; 2 3void main(int dti : SV_DispatchThreadID, int gti : SV_GroupThreadID) 4{ 5 dti - gti; 6} 7