Home
last modified time | relevance | path

Searched refs:HcclAllReduce (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/hccl/
Dhcom_all_reduce.cc36 …auto hccl_result = hccl::HcclAdapter::GetInstance().HcclAllReduce(inputs[0]->addr, outputs[0]->add… in Launch()
/third_party/mindspore/tests/ut/cpp/stub/ge/
Dge_task_launch_stub.cc41 HcclResult HcclAdapter::HcclAllReduce(void *, void *, uint64_t, HcclDataType, HcclReduceOp, aclrtSt… in HcclAllReduce() function in mindspore::hccl::HcclAdapter
/third_party/mindspore/mindspore/ccsrc/runtime/hccl_adapter/plugin/
Dhccl_plugin.h49 ORIGIN_METHOD(HcclAllReduce, HcclResult, void *, void *, uint64_t, HcclDataType, HcclReduceOp, Hccl…
/third_party/mindspore/tests/ut/cpp/stub/hccl/
Dhccl_stub.cc152 HcclResult HcclAllReduce(void *sendBuf, void *recvBuf, uint64_t count, HcclDataType dataType, HcclR… in HcclAllReduce() function
/third_party/mindspore/mindspore/ccsrc/runtime/hccl_adapter/
Dhccl_adapter.h68 …HcclResult HcclAllReduce(void *send_buf, void *recv_buf, uint64_t count, HcclDataType dataType, Hc…
Dhccl_adapter.cc94 launch_hccl_all_reduce_ = DlsymFuncObj(HcclAllReduce, plugin_handle_); in InitPlugin()
279 HcclResult HcclAdapter::HcclAllReduce(void *send_buf, void *recv_buf, uint64_t count, HcclDataType … in HcclAllReduce() function in mindspore::hccl::HcclAdapter
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dascend_bucket.cc151 …auto hccl_result = hccl::HcclAdapter::GetInstance().HcclAllReduce(ar_input_addr_, ar_output_addr_,… in LaunchAllReduce()