Closed migalkin closed 7 months ago
Fixes #16
The nnz value was read from the edge_index incorrectly which led to incomplete aggregation for the very last node in the adjacency matrix. This PR fixes both CPU and CUDA kernels
nnz
edge_index
Fixes #16
The
nnz
value was read from theedge_index
incorrectly which led to incomplete aggregation for the very last node in the adjacency matrix. This PR fixes both CPU and CUDA kernels