forked from mindspore-Ecosystem/mindspore
!5740 Reorder gpu fused optimizer
Merge pull request !5740 from chenweifeng/gpu-momentum-fusion
This commit is contained in:
commit
2fe99f2bd7
|
@ -344,6 +344,10 @@ const std::set<std::string> kOptOperatorSet = {
|
|||
kApplyProximalAdagradOpName,
|
||||
kApplyProximalGradientDescentOpName,
|
||||
kApplyRMSPropOpName,
|
||||
kFusedAdamWeightDecayName,
|
||||
kFusedAdamName,
|
||||
kFusedWeightScaleApplyMomentum,
|
||||
kFusedScaleApplyMomentum,
|
||||
kPullOpName,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue