Bradley Dice

Results 608 comments of Bradley Dice

Progress began on this in #1665 but that PR stalled. It could be revived.

Another request: please write a CCCL feature request for Thrust to support returning host values via pinned memory. It will help them to know that returning pageable memory + syncing...

@JieRen98 RMM relies on C++ exceptions to convey problems like out-of-memory errors back to applications using RMM. What design would you propose for this? A special return value for calls...

I think you can use `try { ... } catch (...) { ... }` blocks in your `extern "C"` wrappers to put a firewall around potentially exception-throwing code. Exceptions are...

I found this C wrapper for RMM, which is Apache-2.0 licensed. It [appears to use RMM 21.10](https://github.com/DrTimothyAldenDavis/GraphBLAS/blob/50cca249482611a47b6bf29c34b08bc8d7fc4644/rmm_wrap/CMakeLists.txt#L40), so it's 4 years old, but it might be a good starting point...

Hi, just checking in since it's been a couple months since the last update. Is there an ETA for conda supporting Python 3.14? The lack of upstream support is blocking...

Going to merge this once CI passes again, because it moves a lot of code and is likely to have merge conflicts (like the one I just resolved).

@chenghlee Thanks for chatting with me at PyCon about this PR. What would it take to merge this?

@chenghlee Hi, just pinging again on this because I got a notification that the issue #100 is stale. Should this be merged?