adityaiitb/PyProf

Profiler double-counts and under-counts FLOPs

mariushobbhahn opened this issue · 0 comments

Is this profiler still maintained?

I found that it sometimes just doesn't count an operation that should be counted (green).
And sometimes it counts another operation twice or more often for no apparent reason (yellow).
You can ignore the red and blue parts for this issue.

alexnet_fw_table_edited

Is there a reliable way to fix this?

We have described further problems with the profiler in this blog post if you want more context.