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

[PYTORCH]Reduce_ops support added #5308

Merged
merged 3 commits into from
Apr 13, 2020
Merged

Conversation

siju-samuel
Copy link
Member

  • Fixed reduce_sum
  • Fixed reduce_prod
  • argmin
  • argmax
  • std
  • variance
    @masahi please help to review and merge this PR. Thanks in advance.

@masahi
Copy link
Member

masahi commented Apr 12, 2020

@siju-samuel please fix the CI error

@masahi
Copy link
Member

masahi commented Apr 12, 2020

"Test code" doesn't mean code quality can be low. Add blank lines following established python style convention. Each function or class definition are supposed to have two blank lines between them at the top level, and one line if defined inside a function

@siju-samuel
Copy link
Member Author

@masahi Thanks a lot for the review. Updated.

@masahi
Copy link
Member

masahi commented Apr 13, 2020

@siju-samuel sorry my PR #5306 was just merged and has conflict with this one. Can you rebase?

@masahi
Copy link
Member

masahi commented Apr 13, 2020

@siju-samuel sorry again, I just found a typo bug in our qnn test https://github.com/apache/incubator-tvm/blob/03cbf78e3e8cc910c5a9c95cd3fcafa19959644f/tests/python/frontend/pytorch/qnn_test.py#L399

Can you change pt_result there to tvm_result?

@siju-samuel
Copy link
Member Author

thanks @masahi, Done. Please have a look

@masahi
Copy link
Member

masahi commented Apr 13, 2020

Thanks!

@masahi masahi merged commit 6805d54 into apache:master Apr 13, 2020
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Apr 16, 2020
* [PYTORCH]Reduce_ops support added

* Review comments updated

* typo bug in qnn test
zhiics pushed a commit to neo-ai/tvm that referenced this pull request Apr 17, 2020
* [PYTORCH]Reduce_ops support added

* Review comments updated

* typo bug in qnn test
dpankratz pushed a commit to dpankratz/incubator-tvm that referenced this pull request Apr 24, 2020
* [PYTORCH]Reduce_ops support added

* Review comments updated

* typo bug in qnn test
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.

2 participants