Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_stream_assign.h153 const std::vector<std::pair<uint32_t, vector<size_t>>> &hcom_index);
161 …bool IsSatisfiedHcom(const std::vector<std::pair<uint32_t, vector<size_t>>> &hcom_index, const CNo…
Dascend_stream_assign.cc1507 … const std::vector<std::pair<uint32_t, vector<size_t>>> &hcom_index) { in InsertEventBetweenHcom() argument
1512 if (hcom_index.empty()) { in InsertEventBetweenHcom()
1515 size_t first_stream_last_index = hcom_index[0].second.back(); in InsertEventBetweenHcom()
1516 size_t last_stream_first_index = hcom_index.back().second.front(); in InsertEventBetweenHcom()
1522 if (!IsSatisfiedHcom(hcom_index, cur_cnode, i)) { in InsertEventBetweenHcom()
1541 for (const auto &item : hcom_index) { in InsertEventBetweenHcom()
1579 …ndStreamAssign::IsSatisfiedHcom(const std::vector<std::pair<uint32_t, vector<size_t>>> &hcom_index, in IsSatisfiedHcom() argument
1583 for (const auto &item : hcom_index) { in IsSatisfiedHcom()