mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-14 21:36:50 +08:00
Fix typo in metal command encoder (#2471)
This commit is contained in:
parent
728d4db582
commit
f2adb5638d
@ -104,7 +104,7 @@ struct CommandEncoder {
|
||||
};
|
||||
|
||||
// Outputs of all kernels in the encoder including temporaries
|
||||
std::unordered_set<const void*> outputs() {
|
||||
std::unordered_set<const void*>& outputs() {
|
||||
return all_outputs_;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user