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

Method CompilerCache

mlx/compile.cpp:383–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381
382 private:
383 CompilerCache() {
384 // Make sure the allocator is fully
385 // initialized before the compiler cache
386 allocator::allocator();
387 }
388
389 friend CompilerCache& compiler_cache();
390 std::unordered_map<std::uintptr_t, std::vector<CacheEntry>> cache_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected