Skip to content

Taise228/topk_sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Accelerated Topk-sort Algorithm with Vitis HSL

files

report

  • you can see report of C synthesis at csynth.rpt
    • it says that this algorithm needs 1212 cycles for sorting (with array size N = 1000, and k = 100), which means that time complexity is O(N), while usual sorting algorithms requires time complexity O(NlogN).
  • you can check timing summary at topk_sort_csynth.rpt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published