Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_stream_assign.cc41 …AnfAlgo::SetNodeAttr(kAttrStreamId, MakeValue(reinterpret_cast<uintptr_t>(compute_stream)), kernel… in AssignGpuStream()
52 …AnfAlgo::SetNodeAttr(kAttrStreamId, MakeValue(reinterpret_cast<uintptr_t>(comm_stream)), allreduce… in AssignGpuStream()
193 uintptr_t send_stream = AnfAlgo::GetNodeAttr<uintptr_t>(mock_send_node, kAttrStreamId); in GenSendRecvCNodesForAllReduce()
195 uintptr_t recv_stream = AnfAlgo::GetNodeAttr<uintptr_t>(mock_recv_node, kAttrStreamId); in GenSendRecvCNodesForAllReduce()
/third_party/mindspore/mindspore/ccsrc/debug/rdr/
Dstream_exec_order_recorder.cc38 exec_node[kAttrStreamId] = stream_id_; in ExecNode2Json()
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h409 constexpr auto kAttrStreamId = "stream_id"; variable