Hello Forum,
I was trying to derive formulas for total fragment invocations and total ALU computations in G720, can you confirm the following formulas are correct.
Total fragment invocations = $MaliCoreWarpsFragmentWarps * 16
Total ALU computations = ($MaliCoreInstructionsFMAInstructions + $MaliCoreInstructionsCVTInstructions) * 4 (total PU's in each shader core) * 16
Thanks,
Venkatesh.
Also, I have a query on streamline performance counters. does each counter in streamline shows data for all shader cores or single core only? for example, in earlier G720 versions, I used to multiply with shader core count in above formulas to get total invocations and total ALU's.
Venkatesh K R said: can you confirm the following formulas are correct.
Look correct for normal maths, but you're not including SFU instructions - is that deliberate?
Venkatesh K R said:does each counter in streamline shows data for all shader cores or single core only
We changed it Streamline 8.7 to show summed counters for everything.
HTH, Pete
Thank you for reply, Peter.
yes, I didn't include SFU intentionally.