-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented CPU plugin just-in-time emitter for NotEqual operation. (#…
…28257) ### 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: - *#27516*
- Loading branch information
Showing
4 changed files
with
92 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters