Skip to content

Conversation

@snonk
Copy link
Collaborator

@snonk snonk commented Jan 29, 2026

No description provided.

Comment on lines 352 to 353
rewriter.replaceAllUsesWith(op.getResult(), result);
// rewriter.eraseOp(op); // remove?
Copy link
Collaborator

Choose a reason for hiding this comment

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

rewriter.replaceOp

std::iota(batchDims.begin(), batchDims.end(), 0);

Value C = op.getC();
if (!stablehlo::IsTensorFilled(C)) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

do for A instead

// return matchAndRewriteTPU(op, rewriter);

else
return matchAndRewriteFallback(enzymexla::SymmOp op, PatternRewriter &rewriter);
Copy link
Collaborator

Choose a reason for hiding this comment

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

fix syntax

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants