Hello forum
In the Arm Mali GPU Datasheet 2021, for G710 it is mentioned that "with 0-32 work registers the Max thread count is 2048 per core, and if WR are more than 32 then the thread executing are 1024 (halved)". So, I had the below question about max threads for a specific shader and device.
Thanks,
rchakena said:does it mean the shader will be executing in 2048 threads on each core and 2048*10 threads on a device with 10 execution cores?
Yes, 20480 threads in total.
Cheers, P