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

Enable Logical Operations Tokenization in CPU Plugin for ARM Architecture #28226

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

Conversation

BhargavMah
Copy link

his pull request updates the OpenVINO CPU Plugin to enable tokenization of logical operations (LogicalAnd, LogicalOr, LogicalNot, LogicalXor) in the Snippets pipeline for ARM architecture. The changes ensure these logical operations are included in the supported operations list for tokenization.

These modifications are part of resolving issue #28160 and improve the CPU Plugin's handling of logical operations on ARM devices.

@BhargavMah BhargavMah requested review from a team as code owners December 29, 2024 19:46
@github-actions github-actions bot added the category: CPU OpenVINO CPU plugin label Dec 29, 2024
@sys-openvino-ci sys-openvino-ci added the ExternalPR External contributor label Dec 29, 2024
@a-sidorova a-sidorova self-assigned this Dec 30, 2024
@a-sidorova a-sidorova added this to the 2025.0 milestone Dec 30, 2024
@a-sidorova a-sidorova added the platform: arm OpenVINO on ARM / ARM64 label Dec 30, 2024
@a-sidorova
Copy link
Contributor

build_jenkins

@a-sidorova
Copy link
Contributor

@BhargavMah please take a look at the failed GHA jobs. There are problems with code style and the project build.

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] [Snippets] [ARM]: Enable Logical ops tokenization in CPU Plugin
3 participants