Fix wrong graph key when using concurrent context (#2447)

This commit is contained in:
Cheng
2025-07-31 06:01:05 -07:00
committed by GitHub
parent d32519c8ee
commit daafee676f
+1
View File
@@ -318,6 +318,7 @@ void CommandEncoder::commit() {
// Reset state
node_count_ = 0;
graph_node_count_ = 0;
empty_node_count_ = 0;
from_nodes_.clear();
to_nodes_.clear();
graph_key_.clear();