mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
Share more common code in Compiled (#2240)
* Share more common code in Compiled * Remove build_lib_name
This commit is contained in:
@@ -627,6 +627,7 @@ class Compiled : public Primitive {
|
||||
const std::vector<array> outputs_;
|
||||
const std::vector<array> tape_;
|
||||
const std::unordered_set<uintptr_t> constant_ids_;
|
||||
const std::function<bool(size_t)> is_constant_;
|
||||
|
||||
std::string kernel_lib_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user