Skip to content
Open
Changes from all commits
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 @@ -713,6 +713,7 @@ FailureOr<Value> canonicalize_matmul(const CanonicalizeContext &ctx,
}
}


// Attempt to canonicalize matmul(x, transpose(y)) to a matmul with the
// dimension numbers changed which will later be lowered into a more efficient
// operation that fuses the transpose into the matmul.
Expand Down
Loading