Searched refs:communication_cost (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/tests/ut/data/profiler_data/profiler/ |
D | hccl_raw_6.csv | 1 step_num,communication_cost,wait_cost,link_info,communication_operator_cost
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | reshape_info.cc | 398 …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()
|
D | matmul_info.cc | 616 …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()
|
D | operator_info.cc | 1382 …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/ |
D | hccl_parser.py | 283 …communication_cost, communication_wait = self._calculate_device_communication_cost(src_dst_link_in… 285 return [communication_cost, total_notify_wait, src_dst_link_info]
|