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

Data Transfer Between HBM and DDR #450

Open
XiaojuWang opened this issue Jul 15, 2024 · 1 comment
Open

Data Transfer Between HBM and DDR #450

XiaojuWang opened this issue Jul 15, 2024 · 1 comment

Comments

@XiaojuWang
Copy link

The tutorial contains the examples that transfer data from HBM/DDR to the kernel. However, is there any methods or usable configurations that allow us to transfer data between HBM and DDR? Or should I manually add a data transfer kernel dedicated to transfer data between HBM and DDR.

@imrickysu
Copy link
Contributor

Hi @XiaojuWang , could you share some use case details for moving data between DDR and HBM? They are both memory storage resources. Purely moving data between them doesn't help much so it's not commonly used.
If you'd like to move data between them, you can create a data mover kernel between them.

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