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

The role of zero-copy #9

Open
Changyuan0825 opened this issue May 26, 2024 · 2 comments
Open

The role of zero-copy #9

Changyuan0825 opened this issue May 26, 2024 · 2 comments

Comments

@Changyuan0825
Copy link

Dear Kun Wu,

I hope this message finds you well.

I have a few questions regarding your paper, "Large Graph Convolutional Network Training with GPU-Oriented Data Communication Architecture." When the GPU starts training the GNN, is all the data already copied onto the GPU? Is the use of zero-copy technology intended to disperse data reading from the CPU to the GPU to avoid the traditional DMA's need to perform gather operations? In other words, is zero-copy used to manage the transfer of data to the GPU more efficiently, rather than having the GNN operations directly read from the CPU DRAM during training?

Thank you for your time and clarification.

Best regards,
Changyuan

@K-Wu
Copy link
Owner

K-Wu commented May 27, 2024

Hi Changyuan,

Thank you for your interest in our work! You are correct in all three of your questions. Please let me know if you have further questions after reading our paper and using our code.

I believe you have watched it, but just FYI, the GTC presentation (https://www.nvidia.com/en-us/on-demand/session/gtcspring21-s32038/) is a good resource for quickly learning about our work and establishing intuition.

Best Regards,
Kun

@Changyuan0825
Copy link
Author

Thank you for your help!

With your guidance, I have come to appreciate the brilliance of your work.

Best regards,
Changyuan

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

2 participants