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

Fix topi bop overloading #3595

Closed
wants to merge 1 commit into from
Closed

Conversation

kevinthesun
Copy link
Contributor

This PR makes bop overloading happens only when at least one operand is non-zero-rank tensor. Otherwise bop will return expr. This should fix #3240.

@kevinthesun
Copy link
Contributor Author

@tqchen This test https://github.com/dmlc/tvm/blob/master/tests/python/unittest/test_pass_bound_checkers.py#L450 is flaky. Sometimes it can raise an exception but sometimes not. This happens for master as well. Do you have any idea about it?

@tqchen
Copy link
Member

tqchen commented Jul 23, 2019

I do have a specific idea, please open a flaky issue if you believe it is due to flaky problem, please also tag the authors of bound checkers

@tqchen
Copy link
Member

tqchen commented Jul 24, 2019

superseded by #3612

@tqchen tqchen closed this Jul 24, 2019
@kevinthesun kevinthesun deleted the FixRankZero branch September 3, 2019 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[TOPI] Operator overloading issue when dealing with zero-rank tensor
2 participants