Skip to content
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][ARM64] Add a JIT emitter for SoftPlus operation #27147

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 26, 2024

  1. [CPU][ARM64] Add a JIT emitter for SoftPlus operation

    - Added a jit_sqrt_emitter derived class in
      aarch64/jit_eltwise_emitters
    - Created entry Algorithm::EltwiseSqrt in the
      get_supported_precisions in nodes/kernels/aarch64
    - Add the EltwiseSqrt entry in the aarch64 executors
      supported algorithms
    - Add the ActivationType::Sqrt in the getPrimitiveType
      in activations
    
    Closes: openvinotoolkit#24109
    
    Signed-off-by: Nashez Zubair <nashezzubair@gmail.com>
    nashez committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d6ed1f4 View commit details
    Browse the repository at this point in the history