From 32c2e71ee3c5aa07860be03bd4e8e13c42828f1b Mon Sep 17 00:00:00 2001 From: mingrui Date: Fri, 19 Apr 2024 17:38:11 +0800 Subject: [PATCH] update test case --- tests/python/test_offline_cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/test_offline_cache.py b/tests/python/test_offline_cache.py index 32cd7f7a348f3..bcc7310bde768 100644 --- a/tests/python/test_offline_cache.py +++ b/tests/python/test_offline_cache.py @@ -448,7 +448,7 @@ def kernel_forward(): # The number of cache file should not change for _ in range(5): ti.init(arch=curr_arch, enable_fallback=False, **current_thread_ext_options()) - assert added_files() == expected_num_cache_files(0) + assert added_files() == expected_num_cache_files(2) helper()