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

[BUG] cuGraph-PyG WG Feature Store Copies Tensors #4452

Open
Tracked by #3806
alexbarghi-nv opened this issue May 29, 2024 · 0 comments
Open
Tracked by #3806

[BUG] cuGraph-PyG WG Feature Store Copies Tensors #4452

alexbarghi-nv opened this issue May 29, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@alexbarghi-nv
Copy link
Member

The WholeGraph feature store in cuGraph-PyG copies tensors prior to adding them to the store. This data copy exists because non-contiguous tensors can't be stored in WholeGraph. However, it is probably unnecessary in most cases and a better solution should be found.

@alexbarghi-nv alexbarghi-nv self-assigned this May 29, 2024
@alexbarghi-nv alexbarghi-nv added the bug Something isn't working label May 29, 2024
@alexbarghi-nv alexbarghi-nv added this to the 24.08 milestone May 29, 2024
@BradReesWork BradReesWork removed this from the 24.08 milestone Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants