-
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
[TEST] Fix the broken VNNI MetaSchedule test #13067
Conversation
Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.
Generated by tvm-bot |
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!
@tvm-bot rerun |
Thank you, @masahi, for this bugfix! It looks like it was causes quite a lot of CI failures. |
* fixed MS vnni template-based tuning test * enable local testing of dp4a auto tensorize * fix rocm and vk auto-tensorize test * tweaking to see why IS_IN_CI isn't working * skip dp4a auto tensorize test since IS_IN_CI is not working * fix broken hexagon test after onnx model update
* fixed MS vnni template-based tuning test * enable local testing of dp4a auto tensorize * fix rocm and vk auto-tensorize test * tweaking to see why IS_IN_CI isn't working * skip dp4a auto tensorize test since IS_IN_CI is not working * fix broken hexagon test after onnx model update
Fix the VNNI test broken by #12895
And I've just ran rocm and vulkan dp4a auto tensorization tests locally and confirmed that they still worked.
@junrushao