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

Fix constraints for TransposeOp #1345

Merged
merged 1 commit into from
Mar 22, 2023

Conversation

sdasgup3
Copy link
Member

@sdasgup3 sdasgup3 commented Mar 22, 2023

Fixes the type constraint (C3) of transpose op.

fixes #1339. Please refer to the same ticket for more details.

Note that the implementation of the (C3) is still correct

resultShape.push_back(inputShape[dim]);

@anakinxc

@sdasgup3 sdasgup3 added the Spec label Mar 22, 2023
@sdasgup3 sdasgup3 requested a review from burmako March 22, 2023 15:42
@burmako burmako changed the title fix the spc for transpose op Fix constraints for TransposeOp Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent permutation spec between xla transpose and stablehlo::TransposeOp
2 participants