when workgroup size is set to one, I noticed compiler also sets SIMD width to be 1. why is the case? I mean, is it possible to put work items of DIFFERENT workgroups into one SIMD operation, such as lane 0 is for workgroup 0, lane 0 is for workgroup 1, etc?
thanks,
Jeffrey