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

[DIP feature] Split resize4d into resize4d_nhwc and resize4d_nchw #405

Merged
merged 1 commit into from
Oct 13, 2024

Conversation

Hanyonggong
Copy link
Contributor

Split resize4d into resize4d_nhwc and resize4d_nchw

command:
$ cd buddy-mlir/build
$ cmake -G Ninja .. -DBUDDY_EXAMPLES=ON -DBUDDY_ENABLE_OPENCV=ON
$ ninja resize4D_nhwc
$ ninja resize4D_nchw
$ cd bin
$ ./resize4D_nhwc ../../examples/images/YuTu.png result-dip-resize.png
$ ./resize4D_nchw ../../examples/images/YuTu.png result-dip-resize.png

  • Resize4d_nchw and the new container have been tested on the MobileNet model

Copy link
Member

@zhanghb97 zhanghb97 left a comment

Choose a reason for hiding this comment

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

Thanks!

@zhanghb97 zhanghb97 merged commit 0b73eae into buddy-compiler:main Oct 13, 2024
1 check passed
ShiHaoGao pushed a commit to ShiHaoGao/buddy-mlir that referenced this pull request Oct 18, 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.

2 participants