oneDNN icon indicating copy to clipboard operation
oneDNN copied to clipboard

cpu: x64: improve memory safety for additional x64 JIT objects

Open Permanence-AI-Coder opened this issue 1 year ago • 0 comments

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 test and make test_benchdnn_*) pass locally for each commit?
  • [X] Have you formatted the code using clang-format?

Permanence-AI-Coder avatar Aug 22 '24 14:08 Permanence-AI-Coder