cuda-python
cuda-python copied to clipboard
CUDA Python: Performance meets Productivity
### Is this a duplicate? - [x] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cuda-python/issues) for this bug and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.md) ### Is...
Doing a long overdue brain-dump here to capture things discussed in past team meetings... _"We're doing the hard work for API / ABI compatibility already and not taking advantage of...
`cuda.pathfinder` is currently tested in CI for two CTK installation modes: a system CTK and one whose components are individually provided via wheels. Generally, pathfinder seems to be tested wherever...
Make the variable names more uniform, decide what should be public, document all public variables. Relevant files: * cuda_pathfinder/cuda/pathfinder/_dynamic_libs/supported_nvidia_libs.py * cuda_pathfinder/cuda/pathfinder/_headers/supported_nvidia_headers.py See also: comments under PR #1194
Today, our release workflow requires a manual loop over - release components - release versions (for cuda-bindings we release 12.x and 13.x at the same time) - target indices (TestPyPI/PyPI):...
Currently, we require `build-ctk-ver` as an input to the release workflow https://github.com/NVIDIA/cuda-python/blob/36b8c5fa799ddd9b8c9eb8b4816258485cbeeb7c/.github/workflows/release.yml#L31-L33 because we need to pass it to the doc build step: https://github.com/NVIDIA/cuda-python/blob/36b8c5fa799ddd9b8c9eb8b4816258485cbeeb7c/.github/workflows/release.yml#L123-L125 However, I think this is unnecessary...
Is this feasible at all?