[TOPI][Hexagon] Add test and schedule for uint8 resize2d#12559
Merged
kparzysz-quic merged 9 commits intoSep 9, 2022
Conversation
Contributor
Author
3bf4eae to
584143d
Compare
Member
|
@trahman-quic please update the PR description. The link that you provided is not open to public |
58e3c5c to
af7e7f9
Compare
af7e7f9 to
158dc68
Compare
jverma-quic
reviewed
Sep 8, 2022
added 2 commits
September 8, 2022 12:40
…man-quic/tvm into trahman-quic/resize2d_uint8
747931f to
1276774
Compare
jverma-quic
approved these changes
Sep 9, 2022
kparzysz-quic
approved these changes
Sep 9, 2022
xinetzone
pushed a commit
to daobook/tvm
that referenced
this pull request
Nov 25, 2022
* [TOPI][Hexagon] Add test and schedule for uint8 resize2d * Fix correctness issue * Reformat * Remove cubic from testing * Remove unnecessary else
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds schedule for float16 and uint8 and int8 layout. It also adds testing for uint8 layout. Additionally, it removes testing for cubic method since SoW models don't test for it and the current implementation of resize2d in topi does not have appropriate support for it.
cc @mehrdadh