-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[numpy] fix mixed type binary logic operators #18427
Conversation
Hey @BenjaminCHEN2016 , Thanks for submitting the PR
CI supported jobs: [edge, centos-cpu, centos-gpu, website, clang, windows-gpu, sanity, unix-cpu, unix-gpu, windows-cpu, miscellaneous] Note: |
@mxnet-bot run ci [miscellaneous] |
Jenkins CI successfully triggered : [miscellaneous] |
@mxnet-bot run ci [unix-cpu] |
Jenkins CI successfully triggered : [unix-cpu] |
@mxnet-bot run ci [miscellaneous] |
Jenkins CI successfully triggered : [miscellaneous] |
@mxnet-bot run ci [miscellaneous] |
Jenkins CI successfully triggered : [miscellaneous] |
@mxnet-bot run ci [miscellaneous, unix-cpu] |
Jenkins CI successfully triggered : [unix-cpu, miscellaneous] |
Thanks @BenjaminCHEN2016 |
Description
Attempt to fix issue #18299
Now, logical binary ops' lhs and rhs will be cast to double before the op is performed.
@yzhliu
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.
Changes
Comments