mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
[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:
parent
9ad0ad6497
commit
d3fc583ff0
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user