-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEA][NV] I/O : support edge lists using any numerical identifier as vertex label #27
Comments
The CUDA part has been addressed by Chuck in PR#38. |
The next PR should also add changes for RMM compatibility:
|
PR #234 adds a python interface for integer lookups. I believe this completes this issue. |
We need to add documentation in the python API. |
PR #247 adds python interface. rapidsai/notebooks#127 adds the notebook to the notebook repo. |
Update fork from latest branch-0.15
Currently, sources and destinations must be 32-bit integers in the range [0, V-1].
We need to support 64-bit integers without range.
The text was updated successfully, but these errors were encountered: