Skip to content

Commit

Permalink
expand benefit of placementPattern
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglirong1999 committed Jan 8, 2025
1 parent 0043ffd commit 470ea17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class OneDNNBf16PlacementPattern : public pir::RewritePattern {
public:
explicit OneDNNBf16PlacementPattern(pir::IrContext* context)
: pir::RewritePattern(MatchAnyOpTypeTag(),
1 /*benefit*/,
5 /*benefit*/,
context,
{} /*generated_names*/) {}

Expand Down

0 comments on commit 470ea17

Please sign in to comment.