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

[TVM][ARITH] Teach BoundDeduce to handle the case in which target var can appear in rhs of expression #2795

Merged
merged 2 commits into from
Apr 26, 2019

Conversation

derisavi
Copy link
Contributor

@derisavi derisavi commented Mar 12, 2019

@ZihengJiang, @xqdan, and/or @sgrechanik-h Please review.
This fixes #2794
Added @tqchen for review in case he is available.
This is a simple change.

@derisavi
Copy link
Contributor Author

derisavi commented Apr 5, 2019

@xqdan @ZihengJiang the CI build was failing due to a testcase that's now been commented out. Can you please take another look? Thanks.

@ZihengJiang ZihengJiang merged commit 8b5b180 into apache:master Apr 26, 2019
@ZihengJiang
Copy link
Contributor

thanks @derisavi , this is merged

wweic pushed a commit to wweic/tvm that referenced this pull request May 13, 2019
… can appear in rhs of expression (apache#2795)

* target variable can now appear in either lhs or rhs of the expression to be analyzed

* removed extra spaces
wweic pushed a commit to neo-ai/tvm that referenced this pull request May 13, 2019
… can appear in rhs of expression (apache#2795)

* target variable can now appear in either lhs or rhs of the expression to be analyzed

* removed extra spaces
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.

[TVM][ARITH] Enhance BoundDeducer
3 participants