10-1. Sort Implementation Summary - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English

Sort primitives are summarized as follows:

Bitonic-Sort:It performs sort by bitonic sort algorithm.
Insert-Sort:It performs sort by insert sort algorithm.
Merge-Sort:It merges two sorted streams into one sorted stream.