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

CUDA Python: Performance meets Productivity

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

enhancement
P1
cuda.core

enhancement
P1
cuda.core

enhancement
P1
cuda.core

### 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...

triage

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...

enhancement
triage
cuda.bindings

`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...

P0
CI/CD
cuda.pathfinder

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

enhancement
cuda.pathfinder

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):...

enhancement
triage
CI/CD

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...

enhancement
triage
CI/CD