Home
last modified time | relevance | path

Searched refs:communication_cost (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/tests/ut/data/profiler_data/profiler/
Dhccl_raw_6.csv1 step_num,communication_cost,wait_cost,link_info,communication_operator_cost
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dreshape_info.cc398 …double communication_cost = operator_cost()->GetCommCost(inputs_tensor_info_, outputs_tensor_info_… in SetCostForReshape() local
400 std::shared_ptr<Cost> result = std::make_shared<Cost>(computation_cost, communication_cost); in SetCostForReshape()
404 …result->communication_without_parameter_ + gamma * (communication_cost - result->communication_wit… in SetCostForReshape()
Dmatmul_info.cc616 …double communication_cost = operator_cost()->GetCommCost(relica_inputs_tensor_vector, outputs_tens… in SetCostUnderStrategy() local
618 std::shared_ptr<Cost> result = std::make_shared<Cost>(computation_cost, communication_cost); in SetCostUnderStrategy()
622 …result->communication_without_parameter_ + gamma * (communication_cost - result->communication_wit… in SetCostUnderStrategy()
Doperator_info.cc1382 …double communication_cost = operator_cost()->GetCommCost(inputs_tensor_info_, outputs_tensor_info_… in SetCostUnderStrategyBase() local
1384 std::shared_ptr<Cost> result = std::make_shared<Cost>(computation_cost, communication_cost); in SetCostUnderStrategyBase()
1388 …result->communication_without_parameter_ + gamma * (communication_cost - result->communication_wit… in SetCostUnderStrategyBase()
/third_party/mindspore/mindspore/profiler/parser/
Dhccl_parser.py283communication_cost, communication_wait = self._calculate_device_communication_cost(src_dst_link_in…
285 return [communication_cost, total_notify_wait, src_dst_link_info]