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

Unified Memory Support in ROCm #3

Open
misos1 opened this issue Nov 30, 2021 · 1 comment
Open

Unified Memory Support in ROCm #3

misos1 opened this issue Nov 30, 2021 · 1 comment

Comments

@misos1
Copy link

misos1 commented Nov 30, 2021

[1] HIP/ROCm implements unified memory using slow device accessible host memory. This means that hipSYCL's call to hipMallocManaged cannot produce efficient shared allocations.

Is this still true? There is some change in version 4.5:

https://github.com/RadeonOpenCompute/ROCm#unified-memory-support-in-rocm

@illuhad
Copy link
Contributor

illuhad commented Nov 30, 2021

You are right, things are changing in ROCm. As hipSYCL just calls hipMallocManaged(), those changes directly translate to hipSYCL as well. However, from what I have seen and heard, performance of hipMallocManaged() even with page migration is still very, very bad.

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