-
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.
[CPU][ARM64] Implemented JIT Emitter for Eltwise Squared Difference O…
…peration (#28989) ### Details: - Implemented and added jit_squared_difference_emitter derived class for element wise squared difference operation - Added entry Algorithm::EltwiseSquaredDifference, in executors/aarch64 as one of the supported algorithms - Added entry in the get_supported_precisions and create_eltwise_emitters in kernel/aarch64 - Added `utils::EltwiseTypes::SQUARED_DIFF` in `jit` kernel check in the tests ### Tests: Passed local tests using `./bin/arm64/Release/ov_cpu_func_tests --gtest_filter="*smoke*Eltwise*SqDiff*"` <img width="487" alt="Screenshot 2025-02-14 at 2 04 25 PM" src="https://github.com/user-attachments/assets/deaec2f6-0dcd-4764-86ec-c543ac4742d3" /> ### Tickets - Closes #27502 CC: @a-sidorova
- Loading branch information
1 parent
eb44f8d
commit 9d92d9c
Showing
5 changed files
with
70 additions
and
1 deletion.
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
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