Skip to content

Commit

Permalink
Add a pattern matcher for ragged dot HLO.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 689135409
  • Loading branch information
pravnar authored and Google-ML-Automation committed Nov 20, 2024
1 parent 74da9de commit b926c13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xla/service/pattern_matcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -2816,6 +2816,7 @@ XLA_COMMUTATIVE_BINOP_PATTERN(Xor)
.WithOperand(2, std::forward<Arg2>(arg2)); \
}
XLA_TERNOP_PATTERN(Clamp);
XLA_TERNOP_PATTERN(RaggedDot);
XLA_TERNOP_PATTERN(Select);
XLA_TERNOP_PATTERN(SelectAndScatter);
#undef XLA_TERNOP_PATTERN
Expand Down

0 comments on commit b926c13

Please sign in to comment.