cuda-python icon indicating copy to clipboard operation
cuda-python copied to clipboard

CUDA Python: Performance meets Productivity

Results 167 cuda-python issues
Sort by recently updated
recently updated
newest added

triage
P1
cuda.bindings
cuda.core
EPIC

- Ask users to provide their environment info - ~~Direct users to ask questions in GH Discussions not Issue Tracker~~ (https://github.com/NVIDIA/cuda-python/pull/345) - ...

triage

CUDA Python heavily relies on the UMD to provide functionalities. We need to include driver version as a new dimension of our CI test matrix. Need to discuss with @ajschmidt8...

triage
P1
CI/CD
blocked

1. Build conda packages using the public recipe (xref: https://github.com/NVIDIA/cuda-python/issues/273) 2. Test by creating a conda environment and installing the build artifact and its dependencies

triage
P1
CI/CD
packaging

RAPIDS started rolling out new pinnings to use cuda-python 11.8.5/12.6.2 at build-time. Once we did so, we started observing some cascading issues like [this one](https://github.com/rapidsai/cuml/pull/6149#issuecomment-2521302938). Specifically, once [rmm](https://github.com/rapidsai/rmm/) was built...

bug
triage
cuda.bindings

A common use case is to do some computation on the GPU and then render the result in a display ( https://github.com/cupy/cupy/issues/5711 ) ( https://github.com/vispy/vispy/issues/1985 ) ( https://github.com/vispy/vispy/issues/1986 ) (...

triage
feature
cuda.core

Add some free functions to cuda.core as an even higher level entrypoint to cuda. For example cuda.core.link for the linker

triage
P1
feature
cuda.core

This is something we could do, if we backport the needed pieces from #165, and figure out a way to robustly keep both 11.8.x and 12.x docs updated (make the...

documentation
triage
P2
cuda.bindings