Return directly when num_rows is 0 in TopK op.
When num_rows is 0, SortPairsDescending() called in the GPU kernel will return an error, even though there is no work to do. PiperOrigin-RevId: 235268833
Loading
Please sign in to comment
When num_rows is 0, SortPairsDescending() called in the GPU kernel will return an error, even though there is no work to do. PiperOrigin-RevId: 235268833