Skip to content

Conversation

@jwfromm
Copy link
Contributor

@jwfromm jwfromm commented Feb 28, 2024

This PR expands Relax's NN frontend with operators needed to support emerging video models like SVD. The main change needed is adding support for Conv3D, but a few other minor changes were found to be helpful as well. Specifically the ability to rewrite resize2D's layout manually was quite helpful for performance, so I expanded it's convertlayout pass to support that. I also added a few more options to Conv2D in the nn frontend such as specifying layout.

@jwfromm jwfromm requested a review from junrushao February 28, 2024 17:12
Copy link
Member

@yongwww yongwww left a comment

Choose a reason for hiding this comment

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

thanks for adding the support, it looks good

@yongwww
Copy link
Member

yongwww commented Mar 1, 2024

@tvm-bot rerun

1 similar comment
@tqchen
Copy link
Member

tqchen commented Mar 4, 2024

@tvm-bot rerun

@jwfromm jwfromm force-pushed the jwfromm/nn_conv3d branch from c73a640 to fb4f432 Compare March 4, 2024 18:45
@yongwww
Copy link
Member

yongwww commented Mar 5, 2024

@tvm-bot rerun

@jwfromm jwfromm force-pushed the jwfromm/nn_conv3d branch from fb4f432 to 1c80d0c Compare March 5, 2024 22:21
@tqchen tqchen merged commit d284cf4 into apache:main Mar 6, 2024
Lunderberg pushed a commit to Lunderberg/tvm that referenced this pull request Mar 12, 2024
thaisacs pushed a commit to thaisacs/tvm that referenced this pull request Apr 3, 2024
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