Overview - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English

CalcuDgree is an algorithm used to calculate indegree for CSR format input or outdegree for CSC format input. The algorithm is quite easy, but due to DDR limits, we cannot get one data per clock, so in our design, we use a cache with depth ajustable to get much better performance.