Home
last modified time | relevance | path

Searched refs:ExternKernelCaller (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/torch/_inductor/
Dselect_algorithm.py834 return ExternKernelCaller(
924 class ExternKernelCaller(ChoiceCaller): class
1363 if isinstance(choice, ExternKernelCaller):
1371 or not isinstance(choice, ExternKernelCaller)
1468 if isinstance(choice, ExternKernelCaller):
1533 extern = [c for c in choices if isinstance(c, ExternKernelCaller)]
1534 triton = [c for c in choices if not isinstance(c, ExternKernelCaller)]
1580 if isinstance(choice, torch._inductor.select_algorithm.ExternKernelCaller):
/external/pytorch/test/inductor/
Dtest_cpu_select_algorithm.py61 if isinstance(choice, select_algorithm.ExternKernelCaller):