-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
Hey @barry-jin , Thanks for submitting the PR
CI supported jobs: [centos-cpu, website, miscellaneous, windows-cpu, unix-cpu, windows-gpu, edge, unix-gpu, sanity, clang, centos-gpu] Note: |
@mxnet-bot run ci [centos-gpu, unix-cpu, unix-gpu, website] |
Jenkins CI successfully triggered : [unix-cpu, unix-gpu, centos-gpu, website] |
@mxnet-bot run ci [unix-gpu] |
Jenkins CI successfully triggered : [unix-gpu] |
@mxnet-bot run ci [centos-gpu, miscellaneous] |
Jenkins CI successfully triggered : [miscellaneous, centos-gpu] |
Description
Add bitwise_left/right_shift standard APIs.
Tracked in #20579
In addition, I find that numpy operator tests in https://github.com/apache/incubator-mxnet/blob/master/tests/python/gpu/test_operator_gpu.py#L41 is overrided by https://github.com/apache/incubator-mxnet/blob/master/tests/python/gpu/test_numpy_op.py. So, I renamed test_numpy_op.py in tests/python/gpu to test_numpy_einsum.py.
Checklist
Essentials
Comments