mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-29 18:28:12 +08:00
Fix typo in metal command encoder (#2471)
This commit is contained in:

committed by
GitHub

parent
728d4db582
commit
f2adb5638d
@@ -104,7 +104,7 @@ struct CommandEncoder {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Outputs of all kernels in the encoder including temporaries
|
// Outputs of all kernels in the encoder including temporaries
|
||||||
std::unordered_set<const void*> outputs() {
|
std::unordered_set<const void*>& outputs() {
|
||||||
return all_outputs_;
|
return all_outputs_;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user