You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: