-
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
[Bug] conv2d_nhwc_direct_simd.arm_cpu schedule has incorrect output with certain workloads #9226
Labels
Comments
Hi @mehrdadh! Thank you for pointing to this bug. We were able to reproduce it and will try to solve the issue asap. |
@sergey-grovety thanks for working on it. I'm adding other instances that this happens.
|
and this one is from Image Classification model (one of the MLPerfTiny models):
|
areusch
changed the title
[Bug] Direct SIMD Conv2d Bug
[Bug] conv2d_nhwc_direct_simd.arm_cpu schedule has incorrect output with certain workloads
Oct 14, 2021
sergio-grovety
pushed a commit
to sergio-grovety/tvm
that referenced
this issue
Oct 14, 2021
This is resolved after #9233 merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently if we define a relay.conv2d operator with specific size (see bellow) and apply passes to build with SIMD schedule, it generates error.
Expected behavior
It should compute without error.
Actual behavior
Error:
Script to Generate
The text was updated successfully, but these errors were encountered: