-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[NumPy] Wrap unravel_index backend implementation instead of fallback #20730
Conversation
Hey @barry-jin , Thanks for submitting the PR
CI supported jobs: [unix-gpu, sanity, windows-cpu, website, clang, miscellaneous, windows-gpu, edge, centos-gpu, unix-cpu, centos-cpu] Note: |
@mxnet-bot run ci [centos-cpu, centos-gpu, clang, edge, miscellaneous, unix-cpu, unix-gpu, website] |
Jenkins CI successfully triggered : [clang, centos-cpu, unix-gpu, unix-cpu, centos-gpu, edge, miscellaneous, website] |
@mxnet-bot run ci [centos-gpu, unix-cpu] |
Jenkins CI successfully triggered : [centos-gpu, unix-cpu] |
@mxnet-bot run ci [centos-gpu, unix-cpu] |
Jenkins CI successfully triggered : [unix-cpu, centos-gpu] |
Description
Changes the unravel_index interface to wrap over C++ implementation instead of falling back to offcial NumPy.
Solve #20636 (comment)
Checklist
Essentials
Changes
Comments