Home
last modified time | relevance | path

Searched defs:max_autotune_gemm_backends (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_ck_backend.py67 self, max_autotune_gemm_backends, autotune_in_subproc argument
105 self, max_autotune_gemm_backends, autotune_in_subproc argument
150 def test_max_autotune_precompile_preselected(self, max_autotune_gemm_backends): argument
185 def test_max_autotune_precompile_non_contiguous(self, max_autotune_gemm_backends): argument
223 def test_max_autotune_addmm(self, max_autotune_gemm_backends, x_shape): argument
H A Dtest_cutlass_backend.py451 self, dynamic, max_autotune_gemm_backends argument
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dconfig.py301 max_autotune_gemm_backends = os.environ.get( variable