[cutlass backend] force_disable_caches for test_number_mm_precompiles (#147901)

Summary: Test is flaky right now.

Differential Revision: D70209511

Pull Request resolved: https://github.com/pytorch/pytorch/pull/147901
Approved by: https://github.com/ColinPeppler
This commit is contained in:
Henry Tsang 2025-02-26 03:22:49 +00:00 committed by PyTorch MergeBot
parent 9ad0ad6497
commit d3fc583ff0

View File

@ -347,6 +347,7 @@ class TestCutlassBackend(TestCase):
2,
4,
], # guarantees > 1 choices
"force_disable_caches": True,
}
):
from torch._inductor.utils import run_and_get_code