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

[luci/service] migrate Range shape inference rule to sinf::Algorithm #13987

Merged
merged 6 commits into from
Sep 12, 2024

Conversation

kyeong8139
Copy link
Contributor

This commit migrate Range shape inference rule to sinf::Algorithm.
Todo : support shape inference for non-const param of Range

ONE-DCO-1.0-Signed-off-by: Bokyeong Lee [email protected]

This commit migrate Range shape inference rule to sinf::Algorithm.

ONE-DCO-1.0-Signed-off-by: bokyeong Lee <[email protected]>
This commit add include code.

ONE-DCO-1.0-Signed-off-by: bokyeong lee <[email protected]>
This commit copy own_shape function with non-contst params.

ONE-DCO-1.0-Signed-off-by: bokyeong Lee <[email protected]>
Copy link
Contributor

@zetwhite zetwhite left a comment

Choose a reason for hiding this comment

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

Could you copy and paste the testcase (TEST(ShapeRuleTest, range_const_param)) from your draft?

IMO, It might be good to add a test to show that original algorithm works well for CircleConst inputs.

This commit add tests for range with const param.

ONE-DCO-1.0-Signed-off-by: bokyeong Lee <[email protected]>
@kyeong8139
Copy link
Contributor Author

I add test cases to show that original algorithm works well for CircleConst inputs in zenwhite's opinion.
and add comment for prevent confusion

zetwhite
zetwhite previously approved these changes Sep 11, 2024
Copy link
Contributor

@zetwhite zetwhite left a comment

Choose a reason for hiding this comment

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

LGTM 😄

This commit remove comment.

ONE-DCO-1.0-Signed-off-by: bokyeong Lee <[email protected]>
This commit revise comment about use_own()

ONE-DCO-1.0-Signed-off-by: Bokyeong Lee k<[email protected]>

Co-authored-by: SaeHie Park <[email protected]>
Copy link
Contributor

@shs-park shs-park left a comment

Choose a reason for hiding this comment

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

LGTM!
=)

Copy link
Contributor

@llFreetimell llFreetimell left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@seanshpark seanshpark left a comment

Choose a reason for hiding this comment

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

LGTM thank you!

@seanshpark seanshpark merged commit 3a3e50b into Samsung:master Sep 12, 2024
10 checks passed
@kyeong8139 kyeong8139 deleted the luci/range branch September 12, 2024 04:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR/ready for review It is ready to review. Please review it. SSAFY
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants