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. #67586

Merged
merged 1 commit 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 exported_pr_633692857 branch 5 times, most recently from f10bd15 to 362d37b Compare May 15, 2024 20:37
…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 May 15, 2024
@copybara-service copybara-service bot deleted the exported_pr_633692857 branch May 15, 2024 21:35
@copybara-service copybara-service bot merged commit 6a51996 into master May 15, 2024
1 check passed
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.

None yet

1 participant