Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support MinBy and MaxBy for non-float ordering (#11371)
* Support minBy on GPU Signed-off-by: Firestarman <[email protected]> * Support minBy on GPU Signed-off-by: Firestarman <[email protected]> * max_by wip Signed-off-by: Haoyang Li <[email protected]> * wip Signed-off-by: Haoyang Li <[email protected]> * test wip Signed-off-by: Haoyang Li <[email protected]> * wip test Signed-off-by: Haoyang Li <[email protected]> * reverse order and value Signed-off-by: Haoyang Li <[email protected]> * use min instead of min_by Signed-off-by: Haoyang Li <[email protected]> * verify again Signed-off-by: Haoyang Li <[email protected]> * regenerate shim docs Signed-off-by: Haoyang Li <[email protected]> * refine reduction and limit float type Signed-off-by: Haoyang Li <[email protected]> * 400 doc Signed-off-by: Haoyang Li <[email protected]> * update tests Signed-off-by: Haoyang Li <[email protected]> * verify and address comments Signed-off-by: Haoyang Li <[email protected]> * fix IT on spark320 and combine tests Signed-off-by: Haoyang Li <[email protected]> * remove 311 docs Signed-off-by: Haoyang Li <[email protected]> * comment address Signed-off-by: Haoyang Li <[email protected]> --------- Signed-off-by: Firestarman <[email protected]> Signed-off-by: Haoyang Li <[email protected]> Co-authored-by: Firestarman <[email protected]>
- Loading branch information