Skip to content
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

Closed
afender opened this issue Jan 3, 2019 · 5 comments
Assignees
Labels
doc Documentation feature request New feature or request

Comments

@afender
Copy link
Member

afender commented Jan 3, 2019

Currently, sources and destinations must be 32-bit integers in the range [0, V-1].
We need to support 64-bit integers without range.

@afender
Copy link
Member Author

afender commented Jan 30, 2019

The CUDA part has been addressed by Chuck in PR#38.
Next step is integration in python bindings and CAPI.

@afender afender added the python label Jan 30, 2019
@afender
Copy link
Member Author

afender commented Jan 30, 2019

The next PR should also add changes for RMM compatibility:

  1. Add #include <rmm_utils.h>
  2. replace cudaMalloc/free by ALLOC_MANAGED_TRY / ALLOC_FREE_TRY

@ChuckHastings
Copy link
Collaborator

PR #234 adds a python interface for integer lookups. I believe this completes this issue.

@afender
Copy link
Member Author

afender commented Apr 25, 2019

We need to add documentation in the python API.
I understand you have a notebook already, correct?. If so, it would be great to add it to the notebook repo.

@ChuckHastings
Copy link
Collaborator

PR #247 adds python interface.

rapidsai/notebooks#127 adds the notebook to the notebook repo.

@afender afender closed this as completed Apr 26, 2019
BradReesWork pushed a commit that referenced this issue Aug 10, 2020
Update fork from latest branch-0.15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Documentation feature request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants