-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Enable Logical Operations Tokenization in CPU Plugin for ARM Architecture #28226
Conversation
build_jenkins |
…rgavMah/openvino into add-logical-ops-tokenization
@BhargavMah please take a look at the failed GHA jobs. There are problems with code style and the project build. |
@BhargavMah Hello! Could you tell us please how is it going? 😊 There are still problems with code style and build. |
"Hello @a-sidorova! Thank you for checking in 😊. I am currently working on addressing the issues with the code style and build. I'll make sure to resolve them soon and update the PR. Please let me know if there's anything specific you'd like me to prioritize. Thanks!" |
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.