-
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
cpu: aarch64: fix jit_brgemm warnings #2118
cpu: aarch64: fix jit_brgemm warnings #2118
Conversation
Thanks for this, which compiler is that warning from? Does this mean we can turn on werror for one of the compilers now? |
|
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.
Thanks. Action is now on me to tighten Werror for ci.
If you are referring to out-of-bound access to |
@theComputeKid following @dzarukin suggestion, i add a |
Great news! Let's submit this and then another PR to turn on werror. |
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.
Thanks for the fixes.
Could you please reword your first commit message according to guideline. Something like aarch64: fix jit_brgemm warnings
should do.
Signed-off-by: yetao01 <ye.tao@arm.com>
Signed-off-by: yetao01 <ye.tao@arm.com>
9f0c67f
to
738c3c3
Compare
done. |
Description
this change is to fix aarch64 compile warning so that we can enable Werror for aarch64 in the ci.
So far, we've fix t warnings inside oneDNN/src/cpu/aarch64/ folder and the following out-of-bound warning
Checklist
General
make test
andmake test_benchdnn_*
) pass locally for each commit?