Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Commit

Permalink
[ci] Re-enable roofline test (apache#13007)
Browse files Browse the repository at this point in the history
After apache#12959, this re-enables the test disabled in apache#12955 to get a
backtrace next time it fails.

Co-authored-by: driazati <driazati@users.noreply.github.com>
  • Loading branch information
2 people authored and xinetzone committed Nov 25, 2022
1 parent d694c51 commit 85b3397
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/python/unittest/test_roofline.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 85b3397

Please sign in to comment.