diff --git a/tests/python/unittest/test_roofline.py b/tests/python/unittest/test_roofline.py index 645fe3f7b7f5..e2ecead9bb66 100644 --- a/tests/python/unittest/test_roofline.py +++ b/tests/python/unittest/test_roofline.py @@ -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()