DeepGraphLearning / ULTRA

A foundation model for knowledge graph reasoning
MIT License
477 stars 64 forks source link

fixed nnz value #17

Closed migalkin closed 7 months ago

migalkin commented 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