Skip to main content
Log in

Mojo function

merge_sort_recursive

merge_sort_recursive[type: DType, out_idx_type: DType, rank: Int](mut buf_keys: NDBuffer[type, rank, origin], mut buf_ids: NDBuffer[out_idx_type, rank, origin], start: Int, end: Int)

Recursive merge sort implementation.