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

Function compile_cache_empty

mlx/compile.cpp:1200–1202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1198}
1199
1200bool compile_cache_empty() {
1201 return detail::compiler_cache().empty();
1202}
1203
1204} // namespace detail
1205

Callers 1

~ThreadCleanupMethod · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected