cuda-python
cuda-python copied to clipboard
CUDA Python: Performance meets Productivity
- 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) - ...
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...
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
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...
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 ) (...
Add some free functions to cuda.core as an even higher level entrypoint to cuda. For example cuda.core.link for the linker
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...