-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Implemented CPU plugin just-in-time emitter for NotEqual operation. #28257
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@geeky33 Thank you for the contribution! Please take a look at the failed Code-Style job and my single comment 😊
src/plugins/intel_cpu/src/emitters/plugin/aarch64/jit_eltwise_emitters.cpp
Outdated
Show resolved
Hide resolved
build_jenkins |
@a-sidorova ma'am I have updated the code please review it :) |
@geeky33 the code styles checks are failed still. Could you take a look at them please again? |
@geeky33 seems like code-stile job is still red... Could you fix it again? Hint: you can configure OpenVINO with cmake key |
build_jenkins |
build_jenkins |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@geeky33 thank you for your effort! 👍🏼
build_jenkins |
build_jenkins |
Details:
Added NotEqual Operation JIT Emitter for ARM64 SIMD
Implemented fp32 NotEqual operation JIT emitter for ARM64 SIMD platform using NEON instructions for optimized element-wise comparison operations. Added new NotEqualEmitter class and integrated with ARM64 executor and kernel (modified create_eltwise_emitter and get_supported_precisions).
Included comprehensive unit tests and performance benchmarks. Verified against reference CPU implementation with proper handling of edge cases (NaN, infinity, denormals).
No breaking changes. Requires ARM64 platform with NEON SIMD support.
Tickets: