-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Relay] Make check stricter by using Feature. Fixed multiple bugs. #6326
Conversation
0a02749
to
9cea77a
Compare
3816196
to
fff05bd
Compare
Please ping me when this PR is ready for review :-) |
@junrushao1994 it is. I am trying to fix the ci though. |
include/tvm/relay/feature.h
Outdated
* | ||
* \return a string representation. | ||
*/ | ||
std::string Print() const; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe ToString
sounds better?
test_pattern_with_check() | ||
test_diamond_not_merge() | ||
test_type_check() | ||
#pytest.main([__file__]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
recover this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @MarisaKirisame!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…pache#6326) * save lint lint lint fix lint lint update lint save save save lint format format save save fix use a form more suitable for numeric check save * save * save * lint * save * lint * fix * fix
…pache#6326) * save lint lint lint fix lint lint update lint save save save lint format format save save fix use a form more suitable for numeric check save * save * save * lint * save * lint * fix * fix
…pache#6326) * save lint lint lint fix lint lint update lint save save save lint format format save save fix use a form more suitable for numeric check save * save * save * lint * save * lint * fix * fix
…pache#6326) * save lint lint lint fix lint lint update lint save save save lint format format save save fix use a form more suitable for numeric check save * save * save * lint * save * lint * fix * fix
…pache#6326) * save lint lint lint fix lint lint update lint save save save lint format format save save fix use a form more suitable for numeric check save * save * save * lint * save * lint * fix * fix
Thanks for contributing to TVM! Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from Reviewers by @ them in the pull request thread.
@jroesch @junrushao1994 @zhiics please help review.
Also, do anyone know why test_pass_merge_composite suddenly failed? I hadnt touched any of the files, and it shouldnt call CPS/PE/AD.