未验证 提交 63c83870 编写于 作者: Y Yuang Liu 提交者: GitHub

Update for fused linear grad add. (#53118)

上级 4212d9ad
......@@ -44,7 +44,7 @@ void FusedLinearParamGradAddImpl(const Context &ctx,
DenseTensor *dbias_out) {
constexpr bool kIsMultiPrecision = !std::is_same<T, MT>::value;
const bool fuse_bias_grad = kIsMultiPrecision && dweight_out;
const bool fuse_bias_grad = false; // kIsMultiPrecision && dweight_out;
if (dweight_out) {
phi::funcs::ComputeFusedGemmEpilogueBackward<T, T, MT>(
ctx,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册