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

Atlernative allocation strategies #256

Closed
maleadt opened this issue Oct 9, 2024 · 1 comment
Closed

Atlernative allocation strategies #256

maleadt opened this issue Oct 9, 2024 · 1 comment

Comments

@maleadt
Copy link
Member

maleadt commented Oct 9, 2024

CLArray currently uses coarse-grained SVM for device allocations, so that it's possible to get a hold of device pointers (instead of opaque handles) for Julia ABI reasons. Some back-ends may not support this, so it would be interesting to have alternative allocation strategies:

I personally don't have a need for this, so won't be working on this, but I'd be happy to take patches that extend compatibility of CLArray.

@VarLad
Copy link
Contributor

VarLad commented Feb 12, 2025

USM is supported now, and the only other considerable one is tracked by #281
Maybe this can be closed?

@maleadt maleadt closed this as completed Feb 12, 2025
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