From 85b33977b7e6ebfaf27702aedc7fdb6b9d881f86 Mon Sep 17 00:00:00 2001 From: driazati <9407960+driazati@users.noreply.github.com> Date: Fri, 7 Oct 2022 13:14:20 -0700 Subject: [PATCH] [ci] Re-enable roofline test (#13007) After #12959, this re-enables the test disabled in #12955 to get a backtrace next time it fails. Co-authored-by: driazati --- tests/python/unittest/test_roofline.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/python/unittest/test_roofline.py b/tests/python/unittest/test_roofline.py index 61e6e06aa8f3..e37f6e085bf6 100644 --- a/tests/python/unittest/test_roofline.py +++ b/tests/python/unittest/test_roofline.py @@ -35,7 +35,6 @@ @tvm.testing.parametrize_targets("llvm", "cuda") -@pytest.mark.skip(reason="See https://github.com/apache/tvm/issues/12955") def test_estimate_peak_flops(target, dev): server = rpc.Server(key="roofline_flops") remote = rpc.connect("127.0.0.1", server.port, key="roofline_flops")