-
Notifications
You must be signed in to change notification settings - Fork 1k
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_graph_unit_dnnl_convolution_cpu fails on AArch64 CI after recent quantization refactor #2572
Comments
@dzarukin, this appears to be your change |
Hi @michalowski-arm. Though it may be triggered by my changes, the problem seems to be in the way the test compares results. I'll check how to update it. |
@dzarukin this seems to be affecting our nightly and precommit pipelines as well: https://github.com/oneapi-src/oneDNN/actions/runs/13128702961 |
+@TaoLv who was looking into this. |
Please remember to revert #2599 in the same patch as the fix for this issue to show the issue is fixed. Thanks. |
… on it This fixes #2572. Patches aarch64 brgemm dispatching without scales involved.
… on it This fixes #2572. Patches aarch64 brgemm dispatching without scales involved.
… on it This fixes #2572. Patches aarch64 brgemm dispatching without scales involved.
Summary
After a recent quantization refactor (#2270) we see a failure in Nightly AArch64 pipeline (https://github.com/oneapi-src/oneDNN/actions/runs/13066726551/job/36460347340). Upon bisecting, the first bad commit appears to be af1410c.
Version
ACL version v24.11.1
Environment
OneDNN GitHub CI for AArch64, c7g AWS instance
Steps to reproduce
ctest -R "test_graph_unit_dnnl_convolution_cpu" --rerun-failed --output-on-failure
Observed behavior
Expected behavior
Test OK
The text was updated successfully, but these errors were encountered: