Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/
Dcostmodel.cc75 …(clist_ptrs->at(id[i])->communication_with_partial_para_ < ret.back()->communication_with_partial_… in SimplifyForDecreasingCommunicationWithPartialPara()
105 origin_cost->communication_with_partial_para_ = origin_cost->communication_cost_; in RefineForPracticalCost()
123 if (origin_cost->communication_with_partial_para_ > EPS) { in RefineForPracticalCost()
124 …origin_cost->communication_with_partial_para_ = origin_cost->communication_without_parameter_ + ga… in RefineForPracticalCost()
Dedge_costmodel.cc55 cost->communication_with_partial_para_ = 0.0; in InitEdgeCost()
80 … << ", communication_with_partial_para_: " << cost->communication_with_partial_para_ << "."; in InitEdgeCost()
146 (*cost)->communication_with_partial_para_ = in GetRedistributionCost()
185 new_cost->communication_with_partial_para_ = in CreateEdgeEliminationCostList()
252 cost->communication_with_partial_para_ = in CreateOpEliminationSubCostList()
Dgraph_costmodel.cc269 cost->communication_with_partial_para_ = in CreateFinalCostList()
299 new_cost->communication_with_partial_para_ = in CreateFinalSingleCostList()
343 << ", communication_with_partial_para_: " << ret->communication_with_partial_para_ in SelectCostWithMinInferenceTime()
352 … << ", communication_with_partial_para_: " << after_mem_filter[i]->communication_with_partial_para_ in SelectCostWithMinInferenceTime()
394 double minimum = alpha * ret->computation_cost_ + beta * ret->communication_with_partial_para_; in SelectCostWithMinTrainingTime()
397 << ", communication_with_partial_para_: " << ret->communication_with_partial_para_ in SelectCostWithMinTrainingTime()
405 … << ", communication_with_partial_para_: " << after_mem_filter[i]->communication_with_partial_para_ in SelectCostWithMinTrainingTime()
410 …er_mem_filter[i]->computation_cost_ + beta * after_mem_filter[i]->communication_with_partial_para_; in SelectCostWithMinTrainingTime()
457 beta * selected_cost_list[i]->communication_with_partial_para_; in SelectCostListWithMinTrainingTimeMultiple()
816 new_cost->communication_with_partial_para_ = in CreateSourceEliminationSubCostList()
[all …]
Dcostmodel.h52 communication_with_partial_para_ = 0.0; in computation_cost_()
68 double communication_with_partial_para_; member
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dmatmul_info.cc621 result->communication_with_partial_para_ = in SetCostUnderStrategy()
629 … << ", communication_with_partial_para_: " << result->communication_with_partial_para_; in SetCostUnderStrategy()
Doperator_info.cc1387 result->communication_with_partial_para_ = in SetCostUnderStrategyBase()
1426 …* s1->cost_list[0]->computation_cost_ + beta * s1->cost_list[0]->communication_with_partial_para_ < in ApproximateStrategies()
1427 … s2->cost_list[0]->computation_cost_ + beta * s2->cost_list[0]->communication_with_partial_para_) { in ApproximateStrategies()
1702 if (cost->communication_with_partial_para_ > 1.0) { in BreakingTiesForPerferringDataParallel()
1703 cost->communication_with_partial_para_ -= 1.0; in BreakingTiesForPerferringDataParallel()
Dreshape_info.cc403 result->communication_with_partial_para_ = in SetCostForReshape()