-
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: improve memory management safety for aarch64 kernels #2038
Conversation
…8s8s32x_deconvolution.hpp on-behalf-of: @permanence-ai <github-ai@permanence.ai>
…l.hpp on-behalf-of: @permanence-ai <github-ai@permanence.ai>
…rnel_f32.hpp on-behalf-of: @permanence-ai <github-ai@permanence.ai>
…rnel_utils.hpp on-behalf-of: @permanence-ai <github-ai@permanence.ai>
2dee5b8
to
88d6237
Compare
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.
I see some JIT failures that I did not expect to see (considering the contents of this change) - will look into this more.
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.
Issue was unrelated. LGTM. Approved.
@vpirogov I don't know what is wrong with the bot, I approved the changes but it still shows as |
@theComputeKid, nothing is wrong with the bot. The repo is configured to require 2 approvals for any PR per OpenSSF recommendation. |
Description
The code changes in this PR were generated automatically by the Permanence AI Coder and reviewed by @fwph & @jweese. This PR updates memory allocation across several objects in the aarch64 implementation. Note that the bot is configured to add the
DNNL_DISALLOW_COPY_AND_ASSIGN
where it is missing; while this is redundant with the use of unique_ptr, it provides more consistency with existing code.on-behalf-of: @permanence-ai github-ai@permanence.ai
General
make test
andmake test_benchdnn_*
) pass locally for each commit?*172 - test_benchdnn_modeC_brgemm_ci_cpu (Subprocess aborted)
is failing both on this branch AND on the main branch.