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

Add aten::mv support #9894

Merged
merged 2 commits into from
Jan 11, 2022
Merged

Add aten::mv support #9894

merged 2 commits into from
Jan 11, 2022

Conversation

driazati
Copy link
Member

@driazati driazati commented Jan 10, 2022

This adds support for matrix vector product when importing from PyTorch by decomposing into nn.dense and munging with the shapes so it looks like an ordinary matrix multiply.

@driazati driazati requested a review from masahi January 10, 2022 22:24
@masahi
Copy link
Member

masahi commented Jan 11, 2022

please resolve the conflict (also hit an CI issue).

@masahi masahi merged commit d1ee201 into apache:main Jan 11, 2022
Raghav-Chakravarthy pushed a commit to Raghav-Chakravarthy/tvm that referenced this pull request Jan 28, 2022
* Rebase

* Fix bad merge

Co-authored-by: driazati <driazati@users.noreply.github.com>
ylc pushed a commit to ylc/tvm that referenced this pull request Feb 16, 2022
* Rebase

* Fix bad merge

Co-authored-by: driazati <driazati@users.noreply.github.com>
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.

[Torch] Add support for aten::dot, aten::mv and prim::DictConstruct
2 participants