Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/rts/
Dstream_active.cc36 if (!AnfAlgo::HasNodeAttr(kAttrActiveStreamList, anf_node->cast<CNodePtr>())) { in Init()
39 …active_streams_index_ = GetValue<std::vector<uint32_t>>(primitive->GetAttr(kAttrActiveStreamList)); in Init()
/third_party/mindspore/mindspore/ccsrc/debug/rdr/
Dstream_exec_order_recorder.h85 if (AnfAlgo::HasNodeAttr(kAttrActiveStreamList, cur_cnode_ptr)) { in StreamExecOrderRecorder()
86 …to stream_list = AnfAlgo::GetNodeAttr<std::vector<uint32_t>>(cur_cnode_ptr, kAttrActiveStreamList); in StreamExecOrderRecorder()
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_stream_assign.cc920 …AnfAlgo::SetNodeAttr(kAttrActiveStreamList, MakeValue<std::vector<uint32_t>>(active_index_list), a… in ActiveOtherGraphParallel()
966 …AnfAlgo::SetNodeAttr(kAttrActiveStreamList, MakeValue<std::vector<uint32_t>>(active_ids), active_p… in ActiveRootGraphHcom()
1042 …AnfAlgo::SetNodeAttr(kAttrActiveStreamList, MakeValue<std::vector<uint32_t>>(active_index_list), a… in InsertStreamActiveForCommon()
1117 …AnfAlgo::SetNodeAttr(kAttrActiveStreamList, MakeValue<std::vector<uint32_t>>(active_index_list), a… in InsertStreamActiveForIndependent()
1772 …AnfAlgo::SetNodeAttr(kAttrActiveStreamList, MakeValue<std::vector<uint32_t>>(active_index_list), a… in InsertCtrlForIndependentParallel()
2198 auto active_list = AnfAlgo::GetNodeAttr<vector<uint32_t>>(cur_cnode, kAttrActiveStreamList); in GetStreamActiveStreamRelation()
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h366 constexpr auto kAttrActiveStreamList = "active_stream_list"; variable
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.cc1021 if (AnfAlgo::HasNodeAttr(kAttrActiveStreamList, cur_cnode_ptr)) { in PrintGraphExecuteOrder()
1022 …to stream_list = AnfAlgo::GetNodeAttr<std::vector<uint32_t>>(cur_cnode_ptr, kAttrActiveStreamList); in PrintGraphExecuteOrder()
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_adjust.cc216 …AnfAlgo::SetNodeAttr(kAttrActiveStreamList, MakeValue<std::vector<uint32_t>>(getnext_active_stream… in InsertGetNextLoopStreamActive()
265 …AnfAlgo::SetNodeAttr(kAttrActiveStreamList, MakeValue<std::vector<uint32_t>>(fpbp_active_streams),… in InsertFpBpAndEosLoopStreamActive()