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

This commit is contained in:
Cheng 2025-07-31 22:01:05 +09:00 committed by GitHub
parent d32519c8ee
commit daafee676f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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();