Home
last modified time | relevance | path

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

/third_party/mindspore/tests/ut/cpp/stub/hccl/
Dhccl_stub.cc94 …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/
Dhccl_adapter.h74 …HcclResult HcclSend(void *send_buf, uint64_t count, HcclDataType dataType, uint32_t destRank, aclr…
Dhccl_adapter.cc303 …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()