Bradley Dice

Results 153 issues of Bradley Dice

### Description Closes #100. Tests fail on Python 3.13 because of a function `unittest.makeSuite` that was deprecated in Python 3.11 and removed in Python 3.13. This PR applies the patch...

cla-signed

## Summary - Replace pointer-based RMM APIs (which will soon be deprecated) with ref-based alternatives as part of the RMM CCCL 3.2 memory resource migration - Update `device_resources_manager.hpp`: `set_current_device_resource()` →...

Part of https://github.com/rapidsai/rmm/issues/2011. Depends on https://github.com/rapidsai/rmm/pull/2200. Change `device_uvector_policy::mr_` from `device_async_resource_ref` to `cuda::mr::any_resource`. This ensures the container policy owns its memory resource, preventing use-after-free if the original resource is destroyed while...

feature request
non-breaking