Adding PinnedPoolProperties cython bindings#904
Adding PinnedPoolProperties cython bindings#904nirandaperera wants to merge 3 commits intorapidsai:mainfrom
PinnedPoolProperties cython bindings#904Conversation
Signed-off-by: niranda perera <niranda.perera@gmail.com>
Signed-off-by: niranda perera <niranda.perera@gmail.com>
|
As per #851 (comment) I thought we were going to rework this pinned pool stuff to just use the cccl types directly. In which case, does this change not go in the wrong direction in the sense of being something that we immediately have to remove/rework? |
@wence- I only realized now that cccl does not expose memory pool API in cython. So, we might anyway have to manage a shim in our code. Is there a way around this? |
Co-authored-by: Mads R. B. Kristensen <madsbk@gmail.com>
|
I don’t have a strong opinion, but I’m fine with us keeping both |
CCCL doesn't provide any cython (or python) bindings for anything, and is not going to do so any time soon (if at all). But. If we just store the pinned pool directly as a Given that our C++ What am I missing? |
Minor PR that adds cython bindings for
PinnedPoolProperties