Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract a common helper function HandleElementwiseWithDimsToReplicate in SpmdPartitioningVisitor. #21233

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented Jan 10, 2025

Extract a common helper function HandleElementwiseWithDimsToReplicate in SpmdPartitioningVisitor.

Based on that, add HandleCholesky and HandleTriangularSolve. Before this change, we replicate all dimensions in these ops. With this cl, we only replicate the last two dimensions for these two operations.

@copybara-service copybara-service bot force-pushed the test_713827953 branch 5 times, most recently from 943fdeb to b1cc7dd Compare January 10, 2025 22:47
…e` in `SpmdPartitioningVisitor`.

Based on that, add `HandleCholesky` and `HandleTriangularSolve`. Before this change, we replicate all dimensions in these ops. With this cl, we only replicate the last two dimensions for these two operations.

PiperOrigin-RevId: 713827953
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.

1 participant