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

[BugFix][VTA] Fix bug in vta runtime DepPop function. #3208

Merged
merged 1 commit into from
May 20, 2019
Merged

[BugFix][VTA] Fix bug in vta runtime DepPop function. #3208

merged 1 commit into from
May 20, 2019

Conversation

huajsj
Copy link
Contributor

@huajsj huajsj commented May 18, 2019

Issue:
One of existing dependency check used a always true condition,
and the intend logic actually should be a check for such illegal
scenario of store and load.

Solution:
Fix the said logic issue.

Thanks for contributing to TVM! Please refer to guideline https://docs.tvm.ai/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from Reviewers.

@huajsj
Copy link
Contributor Author

huajsj commented May 18, 2019

@tmoreau89 could you help to review this patch?

Thanks
Hua

Issue:
    One of existing illegal dependency check's condition always true,
    the correct logic actually should be such check for store and load.

Solution:
    Fix the said logic issue.
@tqchen tqchen merged commit b7e6976 into apache:master May 20, 2019
@tqchen
Copy link
Member

tqchen commented May 20, 2019

Thanks, @huajsj , this is now merged

wweic pushed a commit to wweic/tvm that referenced this pull request Jun 26, 2019
Issue:
    One of existing illegal dependency check's condition always true,
    the correct logic actually should be such check for store and load.

Solution:
    Fix the said logic issue.
wweic pushed a commit to neo-ai/tvm that referenced this pull request Jun 27, 2019
Issue:
    One of existing illegal dependency check's condition always true,
    the correct logic actually should be such check for store and load.

Solution:
    Fix the said logic issue.
tqchen pushed a commit to tqchen/tvm that referenced this pull request Mar 29, 2020
Issue:
    One of existing illegal dependency check's condition always true,
    the correct logic actually should be such check for store and load.

Solution:
    Fix the said logic issue.
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