ara icon indicating copy to clipboard operation
ara copied to clipboard

hw-cycles always returns 0

Open rseac opened this issue 8 months ago • 1 comments

Most applications return the hw-cycles output as 0. Examples such as imatmul provide cycle numbers after an execution on a given input, but the hw-cycles ends up still being 0. Is hw-cycle still used? If so, what cycles does it represent.

rseac avatar Apr 23 '25 02:04 rseac

Hi @rseac, hw-cycles should be first enabled, as done within the benchmarking environment: https://github.com/pulp-platform/ara/blob/main/apps/benchmarks/benchmark/imatmul.bmark#L52

Let me know if there are issues with it, as we updated the VU interface.

mp-17 avatar Jun 12 '25 07:06 mp-17

This works. Thank you so much.

rseac avatar Jul 13 '25 18:07 rseac