Skip to content
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

[CPU] [ARM] JIT Squared Error #27970

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

darksapien23151
Copy link
Contributor

Details:

  • [CPU] [AARCH64]
  • jit squared difference

Issue Id:

  • 27502

@darksapien23151 darksapien23151 requested review from a team as code owners December 8, 2024 11:02
@github-actions github-actions bot added the category: CPU OpenVINO CPU plugin label Dec 8, 2024
@sys-openvino-ci sys-openvino-ci added the ExternalPR External contributor label Dec 8, 2024
@a-sidorova
Copy link
Contributor

a-sidorova commented Dec 9, 2024

@darksapien23151 Thank you for the contribution!

Also could you tell me please if you launched tests using ./bin/[platform]/[build_type]/ov_cpu_func_tests --gtest_filter="*smoke*Eltwise*SqDiff*"?
I'd expect that some tests are failed now with exception unexpected primitive type.

Please check second part about tests in the paragraph What needs to be done? in the issue #27502.

@dmitry-gorokhov dmitry-gorokhov added the platform: arm OpenVINO on ARM / ARM64 label Dec 9, 2024
@darksapien23151
Copy link
Contributor Author

Thank you for your feedback!

I have added the SQUARED_DIFF operation, following the required changes, and instantiated the tests for both static and dynamic shapes.

I will proceed with the second part mentioned in the issue #27502, specifically addressing the primitive type registration and ensuring that the SQUARED_DIFF operation works correctly in the test pipeline. I will debug and resolve the failure and update you once this is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: CPU OpenVINO CPU plugin ExternalPR External contributor platform: arm OpenVINO on ARM / ARM64
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Good First Issue] [ARM]: Implement CPU plugin just-in-time emitter for SquaredDifference operation
4 participants