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

Merged
merged 1 commit into from
Jan 11, 2025

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 6 times, most recently from b1cc7dd to 9db799f Compare January 11, 2025 00:07
…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: 714271054
@copybara-service copybara-service bot merged commit 0a30899 into main Jan 11, 2025
@copybara-service copybara-service bot deleted the test_713827953 branch January 11, 2025 00:48
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