Home
last modified time | relevance | path

Searched refs:stream_indices (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_stream_assign.cc1452 std::vector<std::pair<uint32_t, vector<size_t>>> stream_indices; in GetStreamIDHcomMap() local
1469 for (auto &item : stream_indices) { in GetStreamIDHcomMap()
1477 stream_indices.emplace_back(std::make_pair(cur_stream_id, std::vector<size_t>{i})); in GetStreamIDHcomMap()
1480 return stream_indices; in GetStreamIDHcomMap()
1486 …auto stream_indices = GetStreamIDHcomMap(graph_ptr->execution_order(), group_item.first, graph_ite… in InsertEventHcomDependHcomAtSameGroup() local
1488 if (stream_indices.size() < kStreamMax) { in InsertEventHcomDependHcomAtSameGroup()
1493 InsertEventBetweenHcom(graph_ptr, stream_indices); in InsertEventHcomDependHcomAtSameGroup()