Searched refs:HcclReduceScatter (Results 1 – 6 of 6) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/hccl/ |
D | hcom_all_reduce_scatter.cc | 36 auto hccl_result = hccl::HcclAdapter::GetInstance().HcclReduceScatter( in Launch()
|
/third_party/mindspore/mindspore/ccsrc/runtime/hccl_adapter/plugin/ |
D | hccl_plugin.h | 50 ORIGIN_METHOD(HcclReduceScatter, HcclResult, void *, void *, uint64_t, HcclDataType, HcclReduceOp, …
|
/third_party/mindspore/tests/ut/cpp/stub/ge/ |
D | ge_task_launch_stub.cc | 48 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/ |
D | hccl_stub.cc | 162 HcclResult HcclReduceScatter(void *sendBuf, void *recvBuf, uint64_t recvCount, HcclDataType dataTyp… in HcclReduceScatter() function
|
/third_party/mindspore/mindspore/ccsrc/runtime/hccl_adapter/ |
D | hccl_adapter.h | 72 …HcclResult HcclReduceScatter(void *send_buf, void *recv_buf, uint64_t count, HcclDataType dataType…
|
D | hccl_adapter.cc | 95 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
|