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

Does the input tensor have to be from CPU? #3

Open
srikanthmalla opened this issue Mar 29, 2023 · 2 comments
Open

Does the input tensor have to be from CPU? #3

srikanthmalla opened this issue Mar 29, 2023 · 2 comments

Comments

@srikanthmalla
Copy link

srikanthmalla commented Mar 29, 2023

Hi,
Thank you for the interesting work.

In your readme examples you mentioned this:
input_tensor: A given input 2D tensor in CPU

But in the paper, you have also mentioned very large GNN models can give OOM. In this case what if we store the node features on NVMe? Do you have a simple example then? Does the library avoid CPU and go to GPU in that case, like the GPUDirect or DALI? Please let me know.

@K-Wu
Copy link
Owner

K-Wu commented Apr 4, 2023

Hi there, thank you for your interest. Sorry that we didn't look into and evaluate the direct access to NVMe in this project.

@LukeLIN-web
Copy link
Contributor

Usually, we assume CPU memory is big enough. You can refer to https://marius-project.org/publications/ to find some papers which store the node in the disk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants