Compound Sort - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English

Compound Sort example resides in L1/benchmarks/compound_sort directory.

This benchmark tests the performance of compoundSort primitive with an array of integer keys. This primitive is named as compound sort, as it combines insertSort and mergeSort, to balance storage and compute resource usage.

The tutorial provides a step-by-step guide that covers commands for building and running kernel.