We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
currently, in the upstream version of auto scheduler on arm cpu can not reproduce OSDI paper's performance. One issue we find is we call wrong compute for arm cpu (https://github.com/apache/tvm/blob/main/python/tvm/relay/op/strategy/arm_cpu.py#L156) and we don't enable winograd for arm cpu too. Open this issue to tracker this.
@jcf94
The text was updated successfully, but these errors were encountered:
#7635 Add a fix on arm strategy to choose the right nwhc conv2d implementation with layout rewrite support.
nwhc
Will continue to see if there's any other problem.
Sorry, something went wrong.
jcf94
Successfully merging a pull request may close this issue.
currently, in the upstream version of auto scheduler on arm cpu can not reproduce OSDI paper's performance. One issue we find is we call wrong compute for arm cpu (https://github.com/apache/tvm/blob/main/python/tvm/relay/op/strategy/arm_cpu.py#L156) and we don't enable winograd for arm cpu too. Open this issue to tracker this.
@jcf94
The text was updated successfully, but these errors were encountered: