You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ RUN ] test_convolution_execute.ConvBiasAddEltwise
/opt/actions-runner/_work/oneDNN/oneDNN/oneDNN/tests/gtests/graph/unit/backend/dnnl/test_convolution.cpp:2557: Failure
Expected equality of these values:
dst[i]
Which is: -0.072591752
param.ref_dst[I]
Which is: -0.072591871
[ FAILED ] test_convolution_execute.ConvBiasAddEltwise (23 ms)
Expected behavior
Test OK
The text was updated successfully, but these errors were encountered:
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.
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: