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

[FEA]: Remove cuda::mr::managed_memory property until we've decided on more appropriate properties #1680

Open
1 task done
jrhemstad opened this issue May 1, 2024 · 0 comments
Assignees
Labels
feature request New feature or request.

Comments

@jrhemstad
Copy link
Collaborator

Is this a duplicate?

Area

libcu++

Is your feature request related to a problem? Please describe.

cuda::mr defines a property system for defining properties of memory like device_accessible and host_accessible.

#1579 added cuda::mr::managed_memory as a new property, but this isn't quite right. Managed memory is a kind of memory, not a property of memory.

Describe the solution you'd like

Remove cuda::mr::managed_memory as a property for now. Then define and add more appropriate properties that describe the capabilities of managed memory.

Describe alternatives you've considered

No response

Additional context

No response

@jrhemstad jrhemstad added the feature request New feature or request. label May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request.
Projects
Status: Todo
Development

No branches or pull requests

2 participants