Searched refs:ExternKernelCaller (Results 1 – 2 of 2) sorted by relevance
834 return ExternKernelCaller(924 class ExternKernelCaller(ChoiceCaller): class1363 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):
61 if isinstance(choice, select_algorithm.ExternKernelCaller):