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

Switch to cuMemAdvise_v2 with CUDA v12 and later #644

Open
eyalroz opened this issue Apr 19, 2024 · 0 comments
Open

Switch to cuMemAdvise_v2 with CUDA v12 and later #644

eyalroz opened this issue Apr 19, 2024 · 0 comments

Comments

@eyalroz
Copy link
Owner

eyalroz commented Apr 19, 2024

There's a new version of cuMemAdvise, named cuMemAdvise_v2, available since CUDA v12.2 . Let's support it. Plus, it will supplant cuMemAdvise with CUDA 13 - so let's prepare for that.

This one uses CUmemLocation, which we use with mem pools (hiding non-device locations).

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

No branches or pull requests

1 participant