This is an automated email from the ASF dual-hosted git repository.

tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 88a1c6560c [3rdparty] Bump flashinfer (#16868)
88a1c6560c is described below

commit 88a1c6560cb5fe3a757b9b9053bb71421728aedd
Author: Wuwei Lin <wu...@apache.org>
AuthorDate: Thu Apr 11 15:32:46 2024 -0700

    [3rdparty] Bump flashinfer (#16868)
    
    * [3rdparty] Bump flashinfer
---
 3rdparty/flashinfer                        | 2 +-
 tests/python/micro/test_micro_ms_tuning.py | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/3rdparty/flashinfer b/3rdparty/flashinfer
index a22aeb6000..920672776a 160000
--- a/3rdparty/flashinfer
+++ b/3rdparty/flashinfer
@@ -1 +1 @@
-Subproject commit a22aeb60009f4f224fd94f9cc7d9d133a8398545
+Subproject commit 920672776a2bf2244acf7a2e0516f46be9e93b15
diff --git a/tests/python/micro/test_micro_ms_tuning.py 
b/tests/python/micro/test_micro_ms_tuning.py
index f55f3219cc..1a06c100b4 100644
--- a/tests/python/micro/test_micro_ms_tuning.py
+++ b/tests/python/micro/test_micro_ms_tuning.py
@@ -27,6 +27,7 @@ from tvm.contrib import graph_executor, utils
 from tvm import meta_schedule as ms
 
 
+@pytest.mark.skip(reason="flaky test")
 @tvm.testing.requires_micro
 def test_micro_tuning_with_meta_schedule():
     from tests.micro.zephyr.test_ms_tuning import create_relay_module

Reply via email to