Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_stream_assign.cc191 AnfAlgo::SetNodeAttr(kAttrWaitEvent, MakeValue(reinterpret_cast<uintptr_t>(event)), *recv_node); in GenSendRecvCNodesForAllReduce()
/third_party/mindspore/mindspore/ccsrc/utils/
Dutils.h411 constexpr auto kAttrWaitEvent = "wait_event"; variable