Leo Fang
Leo Fang
Steps: 1. Add another workflow triggered every night 2. Reuse the latest artifacts generated from the main branch (as seen at the time of tests) 3. Only run tests and...
> I actually want these jobs if possible, yes, but I can't do so with the existing `[all]` notation for installing the latest CUDA wheels (we let them float and...
- 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
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...