Hi, Expert,
In a real application, Our customers want to know the Utilization of MMA. Can you pls share the method to test the utilization of MMA . Thanks.
Regards,
Fredy Zhang
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi, Expert,
In a real application, Our customers want to know the Utilization of MMA. Can you pls share the method to test the utilization of MMA . Thanks.
Regards,
Fredy Zhang
Fredy,
What sort of utilization are you looking for here? Panel utilization or the # cycles the MMA is active in a given window?
Regards,
Varun
Varun:
For example, how do we count the actual computing power used by 8Tops over a period of time?
Regards,
Fredy Zhang
Fredy,
If the question is around time utilization (i.e. how many cycles the MMA is active) - you can use C7x's timestamp counters (__TSC) to measure cycles taken by your MMA kernel and measure the cycles the MMA is running, you can then compare it with the total cycles you spend on other operations.
Regards,
Varun