Hi,How can we get the matrix multiply counter (total Instructions & cycles) from the streamline tool?
I want to approximate the improvement gained using MMUL unit over FMA instructions
You can measure GPU activity and arithmetic unit utilization in the shader core, and compare before and after.
There is no specific counter for MMUL instructions.