Uh oh!
There was an error while loading. Please reload this page.
[ARITH] Analyzer Infra, ConstIntBound, Modular - #2668
Merged
Conversation
MemberAuthor
@were@ZihengJiang@sgrechanik-h@masahi@merrymercy please help review this PR |
8 tasks
tqchen
commented
Feb 26, 2019
MemberAuthor
@junrushao1994 can you help to take a look as well? |
| /*! \brief Number to represent +inf */ | ||
| static const constexpr int64_t kPosInf = std::numeric_limits<int64_t>::max(); | ||
| /*! \brief Number to represent -inf */ | ||
| static const constexpr int64_t kNegInf = -kPosInf; |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
MemberAuthor
There was a problem hiding this comment.
to make sure -kPosInf == kNegInf
tqchen
commented
Mar 1, 2019
MemberAuthor
@junrushao1994, please https://docs.tvm.ai/contribute/code_review.html#approve-and-request-changes-explicitly, @derisavi @grwlf can you also help to take a look? |
junrushao
approved these changes
Mar 1, 2019
junrushao
left a comment
Member
There was a problem hiding this comment.
I took another look tonight, and felt good that finally we have this infra 👍
junrushao
commented
Mar 1, 2019
Member
@were might be interested |
tqchen
commented
Mar 2, 2019
MemberAuthor
Thanks, @junrushao1994 , this is now merged |
bwasti pushed a commit
to facebookexperimental/tvm
that referenced
this pull request
Mar 6, 2019
wweic pushed a commit
to neo-ai/tvm
that referenced
this pull request
Mar 9, 2019
wweic pushed a commit
to neo-ai/tvm
that referenced
this pull request
Mar 12, 2019
wweic pushed a commit
to neo-ai/tvm
that referenced
this pull request
Mar 12, 2019
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 freeto 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 contains one step of #2588