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

Method get_kernel

mlx/backend/cuda/jit_module.cpp:437–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437CUfunction JitModule::get_kernel(
438 const std::string& kernel_name,
439 std::function<void(CUfunction)> configure_kernel) {
440 return get_kernel_and_dims(kernel_name, std::move(configure_kernel)).first;
441}
442
443JitModule& get_jit_module(
444 const mlx::core::Device& device,

Callers 3

eval_gpuMethod · 0.45
compute_dynamic_offsetFunction · 0.45
eval_gpuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected