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

Can Marius multi-GPU version store Relation embedding on GPU? #158

Open
hulihan-start opened this issue Apr 8, 2024 · 0 comments
Open
Labels
question Further information is requested

Comments

@hulihan-start
Copy link

I have been learning about multi-GPU knowledge graph embedding training recently, and I saw Marius support multi-GPU training. But the configuration file stores relation embedding on CPU. I want to know if Marius can store relations on GPU. If yes, how does Marius store them? Does it duplicate relations on different GPUs and writeback to CPU global relations like DGL-KE, or store different parts of relations on different GPUs?

@hulihan-start hulihan-start added the question Further information is requested label Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant