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

[PT FE] add support of shift operations #29057

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

Conversation

Mohamed-Ashraf273
Copy link

Details:

  • added aten::lshift and aten::rshift
  • added aten::bitwise_left_shift and aten::bitwise_right_shift

Tickets:

@mvafin

@Mohamed-Ashraf273
Copy link
Author

hi @mvafin ,
I created this new PR because the old one had many unnecessary commits. It is ready for review.

@@ -7,6 +7,8 @@
#include "openvino/op/bitwise_not.hpp"
#include "openvino/op/bitwise_or.hpp"
#include "openvino/op/bitwise_xor.hpp"
#include "openvino/op/bitwise_left_shift.hpp"
#include "openvino/op/bitwise_right_shift.hpp"
Copy link
Contributor

Choose a reason for hiding this comment

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

Please fix code style, sort includes

Copy link
Author

Choose a reason for hiding this comment

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

@mvafin
thanks for your review, I've sorted them.

@Mohamed-Ashraf273
Copy link
Author

Hi @mvafin
I've fixed all code style issues, it is ready for review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: PyTorch FE OpenVINO PyTorch Frontend ExternalPR External contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants