cuda-python
cuda-python copied to clipboard
CUDA Python: Performance meets Productivity
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...
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...
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...
### 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...
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...
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...
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.