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

[xla:spmd] Fix a problem in generating code for concat that requires padding. #12476

Merged
1 commit merged into from
May 15, 2024

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented May 14, 2024

[xla:spmd] Fix a problem in generating code for concat that requires padding.

When an internal concat operand requires padding, previously, we don't zero out
the padded elements and the generated code produces incorrect results.

Fix two existing tests.

@copybara-service copybara-service bot force-pushed the test_633692857 branch 4 times, most recently from 73b3b8b to 6099b32 Compare May 15, 2024 20:31
…padding.

When an internal concat operand requires padding, previously, we don't zero out
the padded elements and the generated code produces incorrect results.

Fix two existing tests.

PiperOrigin-RevId: 634066344
@copybara-service copybara-service bot closed this pull request by merging all changes into main in a9e6e73 May 15, 2024
@copybara-service copybara-service bot deleted the test_633692857 branch May 15, 2024 21:10
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