Home
last modified time | relevance | path

Searched refs:MultiKernelCall (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_multi_kernel.py11 from torch._inductor.codegen.multi_kernel import MultiKernelCall
115 orig_run = MultiKernelCall.run
125 MultiKernelCall, "run", mock_run
127 MultiKernelCall,
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dasync_compile.py207 from torch._inductor.codegen.multi_kernel import MultiKernelCall
210 return MultiKernelCall(*args, **kwargs)
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dmulti_kernel.py176 picked_kernel = MultiKernelCall.lookup_choice(kernel_name)
229 class MultiKernelCall: class