[Unity][Analysis] Reshape TIR detection with iter-map-simplify - #15099
Merged
masahi merged 1 commit intoJun 14, 2023
Merged
Conversation
Collaborator
|
Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.
Generated by tvm-bot |
Collaborator
|
Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.
Generated by tvm-bot |
MasterJH5574
force-pushed
the
unity-dev/2023-06-13-reshape-detect-dyn
branch
from
June 14, 2023 01:34
e7d10e5 to
90c35c5
Compare
tqchen
approved these changes
Jun 14, 2023
MasterJH5574
force-pushed
the
unity-dev/2023-06-13-reshape-detect-dyn
branch
from
June 14, 2023 17:56
90c35c5 to
af1275d
Compare
This PR supports the reshape PrimFunc detection analysis with iter-map-simplify, in order to better support TIR functions with dynamic variables, which is not well handled before. Meanwhie, this PR also keeps the existing analysis logic, so that we are still able to cover the cases like reshape with raggedness. Unit tests for reshape are added to ensure correctness.
MasterJH5574
force-pushed
the
unity-dev/2023-06-13-reshape-detect-dyn
branch
from
June 14, 2023 19:31
af1275d to
bcae814
Compare
junrushao
pushed a commit
to junrushao/tvm
that referenced
this pull request
Jun 22, 2023
…e#15099) This PR supports the reshape PrimFunc detection analysis with iter-map-simplify, in order to better support TIR functions with dynamic variables, which is not well handled before. Meanwhie, this PR also keeps the existing analysis logic, so that we are still able to cover the cases like reshape with raggedness. Unit tests for reshape are added to ensure correctness.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR supports the reshape PrimFunc detection analysis with iter-map-simplify, in order to better support TIR functions with dynamic variables, which is not well handled before.
Meanwhie, this PR also keeps the existing analysis logic, so that we are still able to cover the cases like reshape with raggedness.
Unit tests for reshape are added to ensure correctness.