[FEA]: Remove cuda::mr::managed_memory
property until we've decided on more appropriate properties
#1680
Labels
feature request
New feature or request.
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 likedevice_accessible
andhost_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
The text was updated successfully, but these errors were encountered: