-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Hexagon] Add test for depthwise conv2d schedule #11138
[Hexagon] Add test for depthwise conv2d schedule #11138
Conversation
This PR could fail due to long hexagon CI. It will be fixed after this: #11132 |
tests/python/contrib/test_hexagon/topi/test_depthwise_conv2d.py
Outdated
Show resolved
Hide resolved
) | ||
|
||
|
||
class TestDepthwiseConv2D_More(BaseDepthwiseConv2D): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you rename this to TestDepthwiseConv2D
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks @farshidsp!
* Add test for registered scheduales - depthwise_conv2d
This PR adds depth wise conv2d tests on hexagon target.
cc @mehrdadh @csullivan @Lunderberg