Skip to content

Commit

Permalink
[HotFix] Skip the flaky MetaSchedule Auto-Unroll test (#9956)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterJH5574 authored Jan 18, 2022
1 parent 364e2db commit 31de5bc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# under the License.
# pylint: disable=missing-module-docstring,missing-function-docstring,missing-class-docstring
import tvm
import pytest
from tvm.meta_schedule.space_generator.post_order_apply import PostOrderApply
from tvm.meta_schedule.testing.schedule_rule import auto_inline
from tvm.meta_schedule.tune_context import TuneContext
Expand Down Expand Up @@ -270,6 +271,7 @@ def test_inline_consumer_chain():
tvm.ir.assert_structural_equal(lhs=space.mod, rhs=Conv2DBiasBnReLUInlined)


@pytest.mark.skip(reason="Flaky test")
def test_inline_into_cache():
mod = MultiLevelTiledConv2D
target = Target("cuda", host="llvm")
Expand Down

0 comments on commit 31de5bc

Please sign in to comment.