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

Function skip_compile

mlx/compile.cpp:1093–1096  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1091}
1092
1093bool skip_compile() {
1094 return compile_mode() == CompileMode::disabled ||
1095 !(compile_available_for_device(default_device()));
1096}
1097
1098ArrayFnWithExtra compile(
1099 ArrayFnWithExtra fun,

Callers 1

compileFunction · 0.85

Calls 1

Tested by

no test coverage detected