-
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
[ONNX] Extend ONNX Frontend with BitwiseAnd-18 operator #21585
Conversation
Added bitwise_and.prototxt and bitwise_and_broadcast_condition.prototxt.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the contribution, great work! 🚀
I've left one suggestion to the conversion code and hint to fix the CI checks related to enablement of ONNX BitwiseAnd tests marked as xfail.
Co-authored-by: Katarzyna Mitrus <[email protected]>
Removes the unblocked ONNX BitwiseAnd tests from the xfail list.
Removes the unblocked ONNX BitwiseAnd tests from the xfail list for compatibility api as well.
Corrects code style
comply clang format code style
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you for your quick response for all of the comments 🥇
If you enjoy contributing to OpenVINO, you are welcome to take a look at the other Good First Issue tasks. Especially you can be interested in the next ONNX Bitwise ops waiting for enablement, that should follow the changes from this PR.
Thank You, this was fun. Would love to contribute more |
build_jenkins |
Hello! @mitruska @gkrivor what do the following tests do, I am unable to access more details about them. How do I fix these ? Thanks @openvino-ci-bot |
Hi, ie_tests... - ignore please, it is a common issue at the moment.
Could you try to reproduce it locally? |
Hello, thank you for pointing this out. I can see one failing test within mentioned pipelines: I suppose it's related to the ui64 type of the test inputs, what can be tricky for the specific configurations. If you are not able to reproduce it, I suggest to put this single test back on the xfail list for now, sorry for the inconvenience. |
Was not able to reproduce this error I'll put this back on tests_python/test_backend.py and compatibility api. |
…_ui64_bcast_3v1d_cpu", back to the xfail list
Actually it requires to be marked as |
build_jenkins |
Looks like we have some issues in the CI. Please, do nothing, I'll merge master to you branch tomorrow and try again. |
Huh, looks like I've broke your pr by refactoring onnx_import.in.cpp. |
build_jenkins |
Details:
Tickets: