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

Function get_binary_kernel

mlx/backend/metal/nojit_kernels.cpp:25–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25MTL::ComputePipelineState* get_binary_kernel(
26 metal::Device& d,
27 const std::string& kernel_name,
28 Dtype,
29 Dtype,
30 const char*) {
31 return d.get_kernel(kernel_name);
32}
33
34MTL::ComputePipelineState* get_binary_two_kernel(
35 metal::Device& d,

Callers

nothing calls this directly

Calls 1

get_kernelMethod · 0.45

Tested by

no test coverage detected