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

After #1260 I expect that this commit should clean up all contents instead of making minor changes: https://github.com/NVIDIA/cuda-python/commit/ff737c4c181d0c6fc97401075143a6d3c8b6b137

bug
triage
CI/CD

After #1242 is merged, we have a nice test matrix for different Windows configurations. However, currently they lock at the same driver version `latest`: https://github.com/NVIDIA/cuda-python/blob/c4079ddfb6b6dcdd7c9773b727530f122021fa9e/ci/test-matrix.json#L37-L48 But looking at this more...

enhancement
triage
CI/CD

Right now, we hard-code the backport branch name here: https://github.com/NVIDIA/cuda-python/blob/main/.github/BACKPORT_BRANCH We should relax it and allow: - triggering the backport workflow manually - providing a branch name to overwrite the...

P2
CI/CD

### Is this a duplicate? - [x] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cuda-python/issues) for this request and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.md) ### Area...

bug
triage
cuda.pathfinder

Today before triggering the release workflow we need to create a git tag locally and push it to the remote repo, because 1. GitHub for whatever reason does not offer...

enhancement
triage
CI/CD

Tentative design considerations/constraints: 1. Must not run `cuInit(0)` or initialize CUDA if all users need is querying via NVML 2. Cover `nvmlDeviceGetCpuAffinity`, `nvmlDeviceGetMemoryInfo`, `nvmlDeviceGetCount`, ...

P0
feature
cuda.core
blocked

### Is this a duplicate? - [x] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cuda-python/issues) for this request and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.md) ### Area...

P1
feature
cuda.core