未验证 提交 0f2683d6 编写于 作者: MarDino's avatar MarDino 提交者: GitHub

enable softmax in amp pass (#49189)

上级 3b90a7f3
...@@ -178,7 +178,6 @@ void AutoMixedPrecisionPass::SetDefaultBlacklist() const { ...@@ -178,7 +178,6 @@ void AutoMixedPrecisionPass::SetDefaultBlacklist() const {
"rsqrt", "rsqrt",
"sum", "sum",
"cos_sim", "cos_sim",
"softmax",
"softmax_with_cross_entropy", "softmax_with_cross_entropy",
"sigmoid_cross_entropy_with_logits", "sigmoid_cross_entropy_with_logits",
"c_softmax_with_cross_entropy", "c_softmax_with_cross_entropy",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册