You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
torch_geometric.EdgeIndex natively supports caching CSR/CSC formats and is a better maintained alternative to torch_sparse. We should migrate to this new class for the outputs of cuGraph-PyG sampling.
torch_geometric.EdgeIndex
natively supports caching CSR/CSC formats and is a better maintained alternative totorch_sparse
. We should migrate to this new class for the outputs of cuGraph-PyG sampling.https://pytorch-geometric.readthedocs.io/en/latest/generated/torch_geometric.edge_index.EdgeIndex.html#torch_geometric.edge_index.EdgeIndex
The text was updated successfully, but these errors were encountered: