This is an archive of the discontinued LLVM Phabricator instance.

[mlir][test] Fix how the number of flops is calculated
ClosedPublic

Authored by awarzynski on Nov 20 2022, 9:27 AM.

Details

Summary

Make sure that the number of repetitions is correctly incorporated when
calculating the number of floating point operations.

Diff Detail

Event Timeline

awarzynski created this revision.Nov 20 2022, 9:27 AM
awarzynski requested review of this revision.Nov 20 2022, 9:27 AM
bondhugula accepted this revision.Nov 20 2022, 11:14 PM

Thank you fixing this!

This revision is now accepted and ready to land.Nov 20 2022, 11:14 PM
This revision was automatically updated to reflect the committed changes.