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][ARM64] Add JIT emitter for Eltwise LogicalAnd operation #27709

Merged

Conversation

nashez
Copy link
Contributor

@nashez nashez commented Nov 23, 2024

Details:

  • Added a jit_logical_and_emitter derived class in aarch64/jit_eltwise_emitters
  • Created entry Algorithm::EltwiseLogicalAnd in the get_supported_precisions in nodes/kernels/aarch64
  • Add the EltwiseLogicalAnd entry in the aarch64 executors supported algorithms

Tickets:

Closes: #27503

@nashez nashez requested review from a team as code owners November 23, 2024 06:08
@github-actions github-actions bot added the category: CPU OpenVINO CPU plugin label Nov 23, 2024
@nashez
Copy link
Contributor Author

nashez commented Nov 23, 2024

@a-sidorova @dmitry-gorokhov Please review the changes

@sys-openvino-ci sys-openvino-ci added the ExternalPR External contributor label Nov 23, 2024
@nashez nashez force-pushed the nashez/logical_and_emitter branch 2 times, most recently from 77018c0 to d35392a Compare November 24, 2024 09:45
@a-sidorova
Copy link
Contributor

build_jenkins

@a-sidorova a-sidorova self-assigned this Nov 25, 2024
@dmitry-gorokhov dmitry-gorokhov added this to the 2025.0 milestone Nov 25, 2024
Copy link
Contributor

@a-sidorova a-sidorova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nashez thank you for the one more contribution! 👍🏼

One Jenkins job is red due to internal problem which has been fixed. Could you please rebase the branch? I will relaunch CI

* Added a jit_logical_and_emitter derived class in
  aarch64/jit_eltwise_emitters
* Created entry Algorithm::EltwiseLogicalAnd in the
  get_supported_precisions in nodes/kernels/aarch64
* Add the EltwiseLogicalAnd entry in the aarch64
  executors supported algorithms

Closes: openvinotoolkit#27503

Signed-off-by: Nashez Zubair <[email protected]>
@a-sidorova
Copy link
Contributor

build_jenkins

@dmitry-gorokhov dmitry-gorokhov added this pull request to the merge queue Nov 26, 2024
Merged via the queue into openvinotoolkit:master with commit c02e2ac Nov 26, 2024
170 checks passed
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
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 LogicalAnd operation
4 participants