-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bitwise and #170
Bitwise and #170
Conversation
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.
Update jenkinsfile temporarily to run CI please
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.
Looks good, lets wait for CI to pass and revert the jenkinsfile after. Not hitting approve for now so we dont merge by mistake before doing that, but looks ready to merge otherwise
python segementation fault with MobilnetV2 test that I cannot replicate locally. @shivadbhavsar any idea what's happening? |
No idea. Do you have the latest migraphx develop locally? Im not seeing this in CI for other PRs that are using the release branch. Might be a bug introduced by a recent migraphx pr? |
Implements converter for bitwise_and operators. Requires #3321 from MIGraphX to work.