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
Currently, cuGraph-PyG only passes the cuGraph edge type, but this adds unnecessary overhead. Instead, the canonical edge type should be passed as an integer. A lookup table may need to be added in CuGraphStore to handle this.
Currently, cuGraph-PyG only passes the cuGraph edge type, but this adds unnecessary overhead. Instead, the canonical edge type should be passed as an integer. A lookup table may need to be added in
CuGraphStore
to handle this.Partially resolved by #3101
The text was updated successfully, but these errors were encountered: