mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-25 19:48:11 +00:00
### Description Remove the unnecessary WaitOnEPStep if the current operator node and its consumer are in the same stream while there are notifications filed in the current node ### Motivation and Context In the current code, the WaitOnEPStep will always be launched as long as the notification is filed in the input node, no matter the current node and the input node are in the same stream or not, which is not necessary. This PR is to remove the WaitOnEPStep for this case. Co-authored-by: Lei Cao <leca@microsoft.com>
5 lines
104 B
JSON
5 lines
104 B
JSON
{
|
|
"type":"DeviceBasedPartitioner",
|
|
"streams":[["node1"],["node2"],["node3"]],
|
|
"devices":["1","1","1"]
|
|
}
|