Home
last modified time | relevance | path

Searched refs:select_algorithm (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_select_algorithm.py8 import torch._inductor.select_algorithm as select_algorithm namespace
31 patch.object(select_algorithm, "VERIFY", dict(atol=1e-4, rtol=1e-4)),
32 patch.object(select_algorithm.AlgorithmSelectorCache, "lookup", skip_cache),
86 @patch.object(select_algorithm, "VERIFY", dict(atol=5e-2, rtol=5e-2))
356 caller = select_algorithm.TritonTemplateCaller(
H A Dtest_cpu_select_algorithm.py15 import torch._inductor.select_algorithm as select_algorithm namespace
61 if isinstance(choice, select_algorithm.ExternKernelCaller):
77 patch.object(select_algorithm, "VERIFY", dict(atol=1e-4, rtol=1e-4)),
78 patch.object(select_algorithm.AlgorithmSelectorCache, "lookup", skip_cache),
99 with patch.object(select_algorithm, "VERIFY", dict(atol=atol, rtol=rtol)):
1165 select_algorithm, "VERIFY", dict(atol=atol, rtol=rtol)
1302 select_algorithm, "VERIFY", dict(atol=atol, rtol=rtol)
1350 with patch.object(select_algorithm, "VERIFY", dict(atol=atol, rtol=rtol)):
H A Dtest_cutlass_backend.py15 from torch._inductor.select_algorithm import NoValidChoicesError
H A Dtest_max_autotune.py20 from torch._inductor.select_algorithm import (
/aosp_15_r20/external/pytorch/torch/_inductor/kernel/
H A Dunpack_mixed_mm.py5 from ..select_algorithm import autotune_select_algorithm, TritonTemplate
H A Dmm_plus_mm.py7 from ..select_algorithm import (
H A Dbmm.py7 from ..select_algorithm import (
H A Dmm_scaled.py11 from ..select_algorithm import (
H A Dmm.py26 from ..select_algorithm import (
473 from torch._inductor.select_algorithm import realize_inputs
H A Dflex_decoding.py14 from ..select_algorithm import autotune_select_algorithm, TritonTemplate
H A Dmm_common.py10 from torch._inductor.select_algorithm import realize_inputs
H A Dconv.py18 from ..select_algorithm import (
H A Dflex_attention.py29 from ..select_algorithm import autotune_select_algorithm, realize_inputs, TritonTemplate
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dquantized_lowerings.py11 from .select_algorithm import (
H A Dselect_algorithm.py1580 if isinstance(choice, torch._inductor.select_algorithm.ExternKernelCaller):
1584 choice, torch._inductor.select_algorithm.TritonTemplateCaller
H A Dautotune_process.py46 from torch._inductor.select_algorithm import TritonTemplateCaller
H A Dmkldnn_lowerings.py23 from .select_algorithm import (
H A Dir.py3677 assert isinstance(caller, torch._inductor.select_algorithm.TritonTemplateCaller)
3688 assert isinstance(caller, torch._inductor.select_algorithm.TritonTemplateCaller)
/aosp_15_r20/external/pytorch/torch/_inductor/autoheuristic/
H A Dautoheuristic.py275 from torch._inductor.select_algorithm import (
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dcpp_template_kernel.py14 from ..select_algorithm import PartialRender
H A Dcpp_gemm_template.py15 from ..select_algorithm import DataProcessorTemplateWrapper
H A Dcommon.py1813 from ..select_algorithm import TritonTemplateKernel
/aosp_15_r20/external/pytorch/torch/_inductor/fx_passes/
H A Db2b_gemm.py27 from ..select_algorithm import (
/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-fuzz-one.c34 static int select_algorithm(afl_state_t *afl, u32 max_algorithm) { in select_algorithm() function
5091 switch (r = (select_algorithm(afl, r_max))) { in mopt_common_fuzzing()