Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tests/python/unittest/test_auto_scheduler_layout_rewrite.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
import tempfile
import numpy as np

import pytest

import tvm
from tvm import topi
from tvm import auto_scheduler, te
Expand Down Expand Up @@ -46,6 +48,7 @@ def test_apply_steps_with_layout_rewrite():
assert bufs[1].shape[1] == 512


@pytest.mark.skip("skip due to flaky")
@tvm.testing.requires_llvm
def test_correctness_layout_rewrite_rewrite_for_preTransformed():
N = 128
Expand Down Expand Up @@ -116,6 +119,7 @@ def test_correctness_layout_rewrite_rewrite_for_preTransformed():
del measure_ctx


@pytest.mark.skip("skip due to flaky")
@tvm.testing.requires_llvm
def test_correctness_layout_rewrite_insert_transform_stage():
N = 128
Expand Down