openvino icon indicating copy to clipboard operation
openvino copied to clipboard

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

Open nashez opened this issue 4 months ago • 1 comments

Details:

  • 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

Tickets:

  • Closes: #24109

nashez avatar Oct 20 '24 07:10 nashez