oneDNN
oneDNN copied to clipboard
cpu: x64: improve memory safety for additional x64 JIT objects
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 for additional JIT-related objects for cpu/x64. Note that in the case of jit_avx512_core_add_cvt_ps_to_bf16_t the macro DNNL_DISALLOW_COPY_AND_ASSIGN was missing and was added. This PR is effectively applying the update from https://github.com/oneapi-src/oneDNN/pull/2017 to additional files.
on-behalf-of: @permanence-ai [email protected]
Checklist
General
- [X] Do all unit and benchdnn tests (
make testandmake test_benchdnn_*) pass locally for each commit? - [X] Have you formatted the code using clang-format?