Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

namespace {

// add_grad + matmul_grad + add_ -> matmul + fused_liner_param_grad_add
// add_grad + matmul_grad + add_ -> matmul + fused_linear_param_grad_add
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

不止这一个地方呀 😂

class FusedMatmulAddGradAddPattern : public paddle::drr::DrrPatternBase {
public:
std::string name() const override { return "FusedMatmulAddGradAddPattern"; }
Expand Down
Loading