Uh oh!
There was an error while loading. Please reload this page.
Conditions updated to cover better user scenarios - #4951
Conversation
tqchen
left a comment
There was a problem hiding this comment.
Thanks for the contribution, please add a regression test case to show what the new scenario did the PR cover
ANSHUMAN87
commented
Feb 29, 2020
@tqchen : I have uploaded test cases for the scenarios. Thanks! |
tqchen
commented
Feb 29, 2020
cc @slyubomirsky@MarisaKirisame@zhiics please help to take a look |
Uh oh!
There was an error while loading. Please reload this page.
MarisaKirisame
commented
Feb 29, 2020
There is a neat trick to test for commutative bug. |
ANSHUMAN87
commented
Mar 1, 2020
@MarisaKirisame , @zhiics : Thanks for your efforts in reviewing code and your valuable comments. I have handled all your comments. Please correct me if i am mistaken anyplace. Thanks! |
MarisaKirisame
commented
Mar 1, 2020
can you, in tests/python/relay/test_pass_alpha_equal.py and use test_alpha_equal for those tests? |
ANSHUMAN87
commented
Mar 1, 2020
@MarisaKirisame : Thanks for such detailed description. I got your point from the last comment. But one of these scenarios is special. It was not possible to hit from python test cases. That is the reason i added in cpp test case. And i believe that the unit test cases should be in cpp, not in python, as the back-end implementations are in cpp. Python test cases should be used for functional tests. But that is my belief. I hope i didn't misunderstood your comment. Please help me clarify if i am mistaken. Thanks a lot! |
MarisaKirisame
commented
Mar 1, 2020
I agree that they should be in C++, but can you add such function hook there? |
ANSHUMAN87
commented
Mar 2, 2020
@MarisaKirisame : Thanks! I have made changes as per your comments, please check! |
Uh oh!
There was an error while loading. Please reload this page.
ANSHUMAN87
commented
Mar 2, 2020
@zhiics : Thanks for approving PR! I have made changes as per your feedback. Please check. Thanks! |
This PR is among one of the PRs affected by the github squash commit bug. We take every contribution serious in the TVM community. The community has decided to use revert/redo approach to amend the contributions as per #5015 @ANSHUMAN87 Please let us know if you would like us to revert the PR and resend the contribution. Thank you |
ANSHUMAN87
commented
Mar 10, 2020
@tqchen : Thanks a lot! Please revert the merged one. I will raise again. |
masahi
commented
Mar 10, 2020
ping @tqchen |
tqchen
commented
Mar 10, 2020
tqchen
commented
Mar 11, 2020
@ANSHUMAN87 the revert PR has been merged, please send another PR to add the patch back :) |
ANSHUMAN87
commented
Mar 11, 2020
@tqchen: Thanks a lot! I have raised new PR now(#5043). Please check and approve. Thanks! |
* Conditions updated to cover better user scenarios * [1] New test case added * [2] New test case added * [3] Proper variable name used * [4] Review Comments handled * [5] Review comments handled * [6] Review comments handled
…" (apache#5032) This reverts commit fe74b37.
* Conditions updated to cover better user scenarios * [1] New test case added * [2] New test case added * [3] Proper variable name used * [4] Review Comments handled * [5] Review comments handled * [6] Review comments handled
…" (apache#5032) This reverts commit fe74b37.
@tqchen , @ZihengJiang, @jroesch, @merrymercy
Sorry if i miss any one who is relevant to this component.