Implementation - 2024.2 English

Vitis Libraries

Release Date
2025-05-14
Version
2024.2 English

STRTree Kernel is implemented according to the algorithm flow. Its core design is the sorting of a dataset (x, y, id). To realize the sorting of data (size>16M+), two sorting modules are provided here: blockSort and mergeTreeSort.