Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1093
bool skip_compile() {
1094
return compile_mode() == CompileMode::disabled ||
1095
!(compile_available_for_device(default_device()));
1096
}
1097
1098
ArrayFnWithExtra compile(
1099
ArrayFnWithExtra fun,
Callers
1
compile
Function · 0.85
Calls
1
compile_available_for_device
Function · 0.50
Tested by
no test coverage detected