Searched refs:destRank (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/tests/ut/cpp/stub/hccl/ |
D | hccl_stub.cc | 94 …om_send(const char *tag, void *inputPtr, u64 count, HcclDataType dataType, u32 destRank, u32 srTag, in hcom_send() argument
|
/third_party/mindspore/mindspore/ccsrc/runtime/hccl_adapter/ |
D | hccl_adapter.h | 74 …HcclResult HcclSend(void *send_buf, uint64_t count, HcclDataType dataType, uint32_t destRank, aclr…
|
D | hccl_adapter.cc | 303 …ult HcclAdapter::HcclSend(void *send_buf, uint64_t count, HcclDataType dataType, uint32_t destRank, in HcclSend() argument 308 return launch_hccl_send_(send_buf, count, dataType, destRank, hccl_comm, stream); in HcclSend()
|