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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix for addTensorOfTensorConversionPatterns #529

Merged

Conversation

AlexanderViand-Intel
Copy link
Collaborator

Ops like affine.yield wouldn't be marked as illegal even if they contained tensors-of-tensors, as the legality check was previously only on operands. Now it's on the entire op, i.e., both operands and return types.

PS: separate PR because I hadn't wrapped my head around how the github-google-copybara flow worked so the old one got merged without this fix 馃檲

@j2kun j2kun added the pull_ready Indicates whether a PR is ready to pull. The copybara worker will import for internal testing label Mar 13, 2024
@copybara-service copybara-service bot merged commit 1fccbc9 into google:main Mar 14, 2024
8 checks passed
@AlexanderViand-Intel AlexanderViand-Intel deleted the tensor_of_tensor_fix branch March 14, 2024 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pull_ready Indicates whether a PR is ready to pull. The copybara worker will import for internal testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants