Skip to content

[FEA] Remove numpy dependency #1764

Open
@vyasr

Description

@vyasr

Is your feature request related to a problem? Please describe.
I have thought about this issue for a while, and in light of #1760 I thought it would be worth raising. Currently rmm uses numpy in exactly one place and it's really just a shortcut to get host buffers with huge pages turned on.

Describe the solution you'd like
We should be able to trivially emulate this behavior by using madvise directly. Then we can remove numpy as a dependency altogether.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

To-do

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions