Open
Description
Is your feature request related to a problem? Please describe.
See discussion in #1743, we have an allocation_handle_type
enum that re-exports enum values from cudart. In the past we copied values because the symbols didn't appear in cudart 11.2. It may be that they now exist in all supported versions.
This would mean that we don't accidentally end up with mismatching values between cudart and rmm. One hopes that the enum values are fowards compatible forever, but ...
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
To-do