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

Method ~JitModule

mlx/backend/cuda/jit_module.cpp:410–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408}
409
410JitModule::~JitModule() {
411 CHECK_CUDA_ERROR(cuModuleUnload(module_));
412}
413
414std::pair<CUfunction, uint32_t> JitModule::get_kernel_and_dims(
415 const std::string& kernel_name,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected