diff --git a/3rdparty/tvm b/3rdparty/tvm index 9ee25eb9f..b84ed2726 160000 --- a/3rdparty/tvm +++ b/3rdparty/tvm @@ -1 +1 @@ -Subproject commit 9ee25eb9f45f27d52fdc308dbd8970e5f095fef6 +Subproject commit b84ed27260d492e954963448e6cc8aee329b4cc6 diff --git a/tests/python/op/tvm/test_tvm_vision.py b/tests/python/op/tvm/test_tvm_vision.py index 05ffb5935..f1d53c8d2 100644 --- a/tests/python/op/tvm/test_tvm_vision.py +++ b/tests/python/op/tvm/test_tvm_vision.py @@ -180,6 +180,7 @@ def verify_nms( ) +@pytest.mark.xfail(reason="See apache/tvm#12126") @pytest.mark.parametrize( "config", [((1, 4, 16, 16), (32, 5), (7, 7), 1.0, -1), ((4, 4, 16, 16), (32, 5), (7, 7), 0.5, 2)],