Skip to content

[Unity] Dynamic-shape param support in LazyTransformParams#15713

Merged
junrushao merged 1 commit into
apache:unityfrom
MasterJH5574:unity-dev/2023-09-08-lazy-transform-dyn-param
Sep 9, 2023
Merged

[Unity] Dynamic-shape param support in LazyTransformParams#15713
junrushao merged 1 commit into
apache:unityfrom
MasterJH5574:unity-dev/2023-09-08-lazy-transform-dyn-param

Conversation

@MasterJH5574
Copy link
Copy Markdown
Contributor

This PR brings the support for dynamic-shape parameters to pass LazyTransformParams.

Prior to this PR, the symbolic variables in the dynamic-shape parameters are not properly popped out. This PR uses MatchCast to make sure the symbolic variables are always popped out and thereby support the dynamic-shape parameters.

This PR also fixes a previvously failed test.

This PR brings the support for dynamic-shape parameters to pass
LazyTransformParams.

Prior to this PR, the symbolic variables in the dynamic-shape parameters
are not properly popped out. This PR uses MatchCast to make sure the
symbolic variables are always popped out and thereby support the
dynamic-shape parameters.

This PR also fixes a previvously failed test.
Copy link
Copy Markdown
Member

@junrushao junrushao left a comment

Choose a reason for hiding this comment

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

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants