MCPcopy Create free account
hub / github.com/ml-explore/mlx / get_binary_two_kernel

Function get_binary_two_kernel

mlx/backend/metal/nojit_kernels.cpp:34–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34MTL::ComputePipelineState* get_binary_two_kernel(
35 metal::Device& d,
36 const std::string& kernel_name,
37 Dtype,
38 Dtype,
39 const char*) {
40 return d.get_kernel(kernel_name);
41}
42
43MTL::ComputePipelineState* get_ternary_kernel(
44 metal::Device& d,

Callers

nothing calls this directly

Calls 1

get_kernelMethod · 0.45

Tested by

no test coverage detected