Conclusion - 2024.2 English - XD160

Vitis Libraries

Document ID
XD160
Release Date
2024-11-29
Version
2024.2 English
  1. When the vertex is small, the CPU is faster, so the speed up is small; when vertex is large, the speed up is larger.
  2. When the average degree is large, the speed up is larger.
  3. Issues of Merge with louvain:
    • Current Merge only support maximum 128K degree.
    • If with the current Louvain, the URAM usage may overflow, so you can reuse the URAM for main louvain and merge.
    • If you can also use Hash cascade for main louvain.
    • The interfaces for merge is not WIDEBUS. If the merge is with main louvain, enable WIDEBUS for some input and output interfaces.