Conclusion - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.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 current Louvain, the URAM usage may overflow, so we can reuse the URAM for main louvain and merge.
    • If we can also use Hash cascade for main louvain.
    • The interfaces for merge is not WIDEBUS, if merge with main louvain, need enable WIDEBUS for some input and output interfaces.