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

Add spec for GetDimensionSizeOp #791

Merged
merged 3 commits into from
Dec 21, 2022
Merged

Conversation

smit-hinsu
Copy link
Contributor

Verification is missing two constraints. Filed #790 for that.

RFC discussing this op: #194

@smit-hinsu smit-hinsu changed the title Add spec for get_dimension_size Add spec for get_dimension_size op Dec 20, 2022
@sdasgup3 sdasgup3 self-requested a review December 20, 2022 16:20
@burmako burmako changed the title Add spec for get_dimension_size op Add spec for GetDimensionSizeOp Dec 20, 2022
@burmako burmako self-requested a review December 20, 2022 16:25
@burmako burmako self-assigned this Dec 20, 2022
@burmako burmako added the Spec label Dec 20, 2022
docs/spec.md Outdated Show resolved Hide resolved
docs/spec.md Outdated Show resolved Hide resolved
docs/spec.md Outdated Show resolved Hide resolved
Copy link
Member

@sdasgup3 sdasgup3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM except for one last comment.

docs/status.md Outdated Show resolved Hide resolved
docs/spec.md Outdated Show resolved Hide resolved
docs/spec.md Outdated Show resolved Hide resolved
docs/spec.md Outdated Show resolved Hide resolved
@burmako burmako assigned smit-hinsu and unassigned burmako Dec 21, 2022
@smit-hinsu smit-hinsu removed their assignment Dec 21, 2022
@burmako burmako self-assigned this Dec 21, 2022
@burmako burmako merged commit 3a3788a into openxla:main Dec 21, 2022
burmako pushed a commit that referenced this pull request Jan 24, 2023
Of the two constraints mentioned in #790:
* (C1) is already checked by
[verifyDimAttr](https://github.com/openxla/stablehlo/blob/main/stablehlo/dialect/StablehloOps.cpp#L117-L120),
but have added a negative test
* (C2) is not added per discussion
[here](#791 (comment))

closes #790
GleasonK pushed a commit to GleasonK/stablehlo that referenced this pull request Feb 10, 2023
Of the two constraints mentioned in openxla#790:
* (C1) is already checked by
[verifyDimAttr](https://github.com/openxla/stablehlo/blob/main/stablehlo/dialect/StablehloOps.cpp#L117-L120),
but have added a negative test
* (C2) is not added per discussion
[here](openxla#791 (comment))

closes openxla#790
atondwal pushed a commit to atondwal/stablehlo that referenced this pull request Mar 3, 2023
Of the two constraints mentioned in openxla#790:
* (C1) is already checked by
[verifyDimAttr](https://github.com/openxla/stablehlo/blob/main/stablehlo/dialect/StablehloOps.cpp#L117-L120),
but have added a negative test
* (C2) is not added per discussion
[here](openxla#791 (comment))

closes openxla#790
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.

3 participants