Skip to content

Commit

Permalink
print out report for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Tristan Konolige committed Jul 29, 2022
1 parent 68d0a92 commit 08e4cc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/unittest/test_roofline.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def test_roofline_analysis(target, dev):
dev = remote.device(target)

report = tvm.utils.roofline_analysis(mod, params, target, dev, remote=remote)
print(report)

assert "Bound" in report.table()
assert "Percent of Theoretical Optimal" in report.table()
Expand Down

0 comments on commit 08e4cc6

Please sign in to comment.