MCPcopy Create free account
hub / github.com/pytorch/pytorch / bind

Method bind

torch/_inductor/select_algorithm.py:586–590  ·  view source on GitHub ↗
(self, input_nodes, layout, ordered_kwargs_for_cpp_kernel=(), **kwargs)

Source from the content-addressed store, hash-verified

584 return code_hash("-".join(parts))
585
586 def bind(self, input_nodes, layout, ordered_kwargs_for_cpp_kernel=(), **kwargs):
587 self.ordered_kwargs_for_cpp_kernel = ordered_kwargs_for_cpp_kernel
588 return ExternKernelCaller(
589 self, input_nodes, layout, kwargs, has_out_variant=self.has_out_variant
590 )
591
592
593class TritonTemplateCaller(ChoiceCaller):

Callers 15

code.jsFile · 0.80
preact.mjsFile · 0.80
wrapperFunction · 0.80
_fnMethod · 0.80
get_socket_with_portFunction · 0.80
get_socket_with_portFunction · 0.80
find_free_portFunction · 0.80
_get_socket_with_portFunction · 0.80
normalize_functionFunction · 0.80
process_kernelMethod · 0.80

Calls 1

ExternKernelCallerClass · 0.85