未验证 提交 4d8242df 编写于 作者: Y Yiqun Liu 提交者: GitHub

Change a comment to avoid the disturb to op benchmark ci. (#38148)

test=document_fix
上级 660d9ff2
......@@ -1566,7 +1566,7 @@ void ElemwiseExplicitGradCompute(const framework::ExecutionContext &ctx,
// of broadcast, supporting both CPU and GPU.
// - CPU implementation cannot support the case when x needs broadcast, thus
// this function need to be called with XxxFunctor and XxxInverseFunctor,
// like paddle/fluid/operators/elementwise/elementwise_add_op.h#L49 - L55.
// like AddFunctor and InverseAddFunctor.
// - GPU implementation supports all the broadcast cases, thus there is no need
// to define and call with XxxInverseFunctor.
// TODO(liuyiqun): optimize the CPU implementation to support all broadcast
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册