You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CPU][ARM64] Implement JIT Emitter for Eltwise Less Operation (openvinotoolkit#28494)
### Details:
- Implemented and added `jit_less_emitter` derived class for element
wise less operation
- Added entry `Algorithm::EltwiseLess`, in executors/aarch64 as one of
the supported algorithms
- Added entry in the `get_supported_precisions` and
`create_eltwise_emitters` in kernel/aarch64
### Tests
- Passed local tests using `./bin/aarch64/Release/ov_cpu_func_tests
--gtest_filter='*smoke*ComparisonLayerTest*Less*'`
<img width="625" alt="Screenshot 2025-01-16 at 7 23 39 PM"
src="https://github.com/user-attachments/assets/3688c211-aa0c-421f-9916-02a8777cf8af"
/>
### Tickets:
- Closesopenvinotoolkit#24415
0 commit comments