mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
comment
This commit is contained in:
@@ -107,7 +107,7 @@ CommandEncoder::ConcurrentContext::~ConcurrentContext() {
|
|||||||
auto outputs = std::move(enc.active_outputs_);
|
auto outputs = std::move(enc.active_outputs_);
|
||||||
enc.insert_graph_dependencies(std::move(enc.concurrent_nodes_));
|
enc.insert_graph_dependencies(std::move(enc.concurrent_nodes_));
|
||||||
|
|
||||||
// Update output node to be the emtpy node
|
// Update output node to be the empty node
|
||||||
for (auto o : outputs) {
|
for (auto o : outputs) {
|
||||||
enc.node_map_.emplace(o, empty).first->second = empty;
|
enc.node_map_.emplace(o, empty).first->second = empty;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user