Home
last modified time | relevance | path

Searched defs:autotune_multi_device (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_max_autotune.py153 def test_max_autotune_mm_plus_mm(self, autotune_in_subproc, autotune_multi_device): argument
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dconfig.py347 autotune_multi_device = os.environ.get("TORCHINDUCTOR_AUTOTUNE_MULTI_DEVICE") == "1" variable