Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/hccl/
Dhcom_all_reduce_scatter.cc36 auto hccl_result = hccl::HcclAdapter::GetInstance().HcclReduceScatter( in Launch()
/third_party/mindspore/mindspore/ccsrc/runtime/hccl_adapter/plugin/
Dhccl_plugin.h50 ORIGIN_METHOD(HcclReduceScatter, HcclResult, void *, void *, uint64_t, HcclDataType, HcclReduceOp, …
/third_party/mindspore/tests/ut/cpp/stub/ge/
Dge_task_launch_stub.cc48 HcclResult HcclAdapter::HcclReduceScatter(void *, void *, uint64_t, HcclDataType, HcclReduceOp, acl… in HcclReduceScatter() function in mindspore::hccl::HcclAdapter
/third_party/mindspore/tests/ut/cpp/stub/hccl/
Dhccl_stub.cc162 HcclResult HcclReduceScatter(void *sendBuf, void *recvBuf, uint64_t recvCount, HcclDataType dataTyp… in HcclReduceScatter() function
/third_party/mindspore/mindspore/ccsrc/runtime/hccl_adapter/
Dhccl_adapter.h72 …HcclResult HcclReduceScatter(void *send_buf, void *recv_buf, uint64_t count, HcclDataType dataType…
Dhccl_adapter.cc95 launch_hccl_reduce_scatter_ = DlsymFuncObj(HcclReduceScatter, plugin_handle_); in InitPlugin()
287 HcclResult HcclAdapter::HcclReduceScatter(void *send_buf, void *recv_buf, uint64_t count, HcclDataT… in HcclReduceScatter() function in mindspore::hccl::HcclAdapter