-
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_benchdnn_modeC_conv_ci_cpu fails on AArch64 CI for c7g instance #2303
Comments
This is still happening, though far less often since #2357, so I will reopen this issue till we can fix it for good. |
This happens for OMP_NUM_THREADS=1-64, but most frequently on 16 threads which is conveniently what we have in CI. |
#2403 [merged] reduces the issue as a side-effect. It moves the jit_conv implementations above acl_conv in the convolution list since it gives better performance, but simultaneously it does not fail in the above test. So the underlying problem is not solved yet but the CI should not be failing due to this test anymore. |
Summary
The test
test_benchdnn_modeC_conv_ci_cpu
withfpmath
mode enabled forbf16
fails on AArch64 GitHub CI at an AWSc7g
.Version
ACL_VERSION: v24.11.1
Environment
OneDNN GitHub CI for AArch64 on a
c7g
AWS instance.Steps to reproduce
benchdnn --conv --dir=FWD_D --attr-fpmath=bf16
Observed behaviour
Test fail:
Expected behavior
Test pass.
The text was updated successfully, but these errors were encountered: