-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[MXNET-17951] Argsort for fp16 #18792
base: master
Are you sure you want to change the base?
Conversation
Hey @andrei5055 , Thanks for submitting the PR
CI supported jobs: [windows-cpu, windows-gpu, edge, unix-gpu, centos-cpu, miscellaneous, unix-cpu, clang, centos-gpu, website, sanity] Note: |
lint needs fixing. you can test it locally with |
@mxnet-bot run ci [unix-cpu] |
Jenkins CI successfully triggered : [unix-cpu] |
@mxnet-bot run ci [unix-cpu] |
Jenkins CI successfully triggered : [unix-cpu] |
@mxnet-bot run ci [unix-gpu] |
Jenkins CI successfully triggered : [unix-gpu] |
@mxnet-bot run ci [unix-cpu, miscellaneous] |
Jenkins CI successfully triggered : [unix-cpu, miscellaneous] |
@mxnet-bot run ci [unix-cpu] |
1 similar comment
@mxnet-bot run ci [unix-cpu] |
Jenkins CI successfully triggered : [unix-cpu] |
@ptrendx would you take a look? |
Make TopK functions working with fp16 arguments
cub::DeviceRadixSort
tocub::DeviceSegmentedRadixSort
reduces treemxnet::op::SortByKey
calls to one such call in TopKSort function.Checklist
Essentials
Changes
a) in
/tests/python/unittest/test_operator.py
:b) in
/tests/python/unittest/test_ndarray.py