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

As part of https://github.com/NVIDIA/cuda-python/issues/674#issuecomment-3656821898 it was raised that our library design should strictly follow what the underlying CUDA driver/runtime/library APIs offer (**Update**: added "library" to cover other CTK libraries such...

P0
RFC
cuda.core
breaking

Using #1311 as the playground, as of commit 4011bb8e54b57b6138ce8da809bca606be4b9b21 and CI logs at https://github.com/NVIDIA/cuda-python/actions/runs/19951181011 I verified that nv-gha-runners no longer makes containers as a hard requirement for running jobs on...

P0
CI/CD
feature
blocked

Many CUDA Python projects require the ability to declare a custom alignment for a give dtype. While NumPy builtin/structure dtypes work in most cases, this is one of the few...

P1
feature
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) ### Type...

bug
triage

Copilot picked up one thing that is interesting. https://github.com/NVIDIA/cuda-python/blob/4886636b572e80d74a40fc0a352c9fb762767592/cuda_bindings/cuda/bindings/_internal/utils.pyx#L100-L101 Here, this block handles a nested sequence and the expectation is that the inner objects `obj_i` are strings. But, in such...

enhancement
P1
cuda.bindings

We probably don't have time to cover it in cuda.core 0.4.0, but we need to at least confirm that a future inclusion does not break the new IPC APIs. If...

enhancement
P0
cuda.core

triage
feature
cuda.core

We don't want people to pin any of our projects too tightly that results in version conflicts between packages. We need to give advices.

triage
P0
packaging