Skip to content

[PyTorch] Add aten::view_as#15347

Closed
huanmei9 wants to merge 2 commits intoapache:mainfrom
huanmei9:add_view_as
Closed

[PyTorch] Add aten::view_as#15347
huanmei9 wants to merge 2 commits intoapache:mainfrom
huanmei9:add_view_as

Conversation

@huanmei9
Copy link
Copy Markdown
Contributor

support aten::view_as op for the frontend of pytorch. The info of this op is available at this link.

@tvm-bot
Copy link
Copy Markdown
Collaborator

tvm-bot commented Jul 18, 2023

Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.

Generated by tvm-bot

Copy link
Copy Markdown
Member

@junrushao junrushao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Relay doesn't support tensor aliasing, meaning it could potentially lead to certain underlying issues if not taken good care of. However, there's unfortunately no alternative approach forward with Relay due to its design limitation, and therefore, I'd prefer merging this in

@huanmei9
Copy link
Copy Markdown
Contributor Author

@junrushao
Thanks for your reply. BTW, what is tensor aliasing, and could you provide an example?

@huanmei9 huanmei9 closed this Jul 20, 2023
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.

3 participants