Bradley Dice

Results 153 issues of Bradley Dice

Many RAPIDS libraries are moving to require C++20, now that we require a minimum of CUDA 12 (which supports C++20). I would like to evaluate moving RMM to require C++20...

feature request

**Is your feature request related to a problem? Please describe.** https://github.com/rapidsai/rmm/pull/2056#discussion_r2414537549 > Can we statically assert host_accessible for this MR type? **Describe the solution you'd like** I would like to...

feature request

## Report needed documentation Users frequently choose a memory resource without a lot of guidance or insight on performance. RMM doesn't do enough to help users identify the "best" options....

doc

## Report needed documentation A user asked, > Hi everyone, I'm new to working on GPUs and am trying to use rmm with pytorch and GH200. I'm not sure if...

doc

**Is your feature request related to a problem? Please describe.** CUDA 13 added APIs like this: ``` ​cudaError_t cudaMemGetDefaultMemPool(cudaMemPool_t* memPool, cudaMemLocation* location, cudaMemAllocationType type) ``` ([docs](https://docs.nvidia.com/cuda/cuda-runtime-api/group__CUDART__MEMORY__POOLS.html#group__CUDART__MEMORY__POOLS_1g9b7881aefbbbbc253f39f187b37639fe)) This API can be...

feature request

> We could mock a memoryerror failure by having a callback resource that just raises on `allocate` if we wanted to. _Originally posted by @wence- in https://github.com/rapidsai/rmm/pull/2025#pullrequestreview-3207017187_ This is a...

Contributes to https://github.com/rapidsai/build-planning/issues/236 - Adds CUDA 13.1 to dependencies.yaml - Adds CUDA 13.1 devcontainers - Updates install documentation if needed

improvement
non-breaking

## Summary - Remove `cuda-cudart` from run requirements in conda recipes With static linking of the CUDA runtime (the default for C++ and Python packages), the runtime is embedded in...

breaking
improvement

Contributes to https://github.com/rapidsai/build-planning/issues/236 - Adds CUDA 13.1 to dependencies.yaml - Adds CUDA 13.1 devcontainers - Updates install documentation if needed

improvement
non-breaking

### Checklist - [x] I added a descriptive title - [x] I searched open reports and couldn't find a duplicate ### What happened? https://github.com/conda-forge/pycosat-feedstock/pull/34 is failing because of a function...

type::bug
stale::recovered