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

Putting this up for review in case there is some case I am missing, but I do not see anything that indicates we need to care about the version, even...

enhancement
P0
CI/CD

## Description closes ## Checklist - [ ] New or existing tests cover these changes. - [ ] The documentation is up to date with these changes.

- Explain the build system change/expectation - Explain a typical development cycle (pure Python -> Cython -> C++) - Explain the steps for cythonization

documentation
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 request and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.md) ### Area...

triage
P2
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
P0
cuda.core

## Summary Adds a version compatibility check that warns users when cuda-bindings was compiled against a newer CUDA major version than the installed driver supports. ## Changes ### cuda-bindings -...

P0
feature
cuda.core

## Description Add support for importing objects that implement the `__c_dlpack_exchange_api__` protocol as `StridedMemoryView` objects. ## Motivation The `__c_dlpack_exchange_api__` protocol provides a C-level interface for efficient zero-copy data exchange. Currently,...

P2
feature
cuda.core

# Description Backport of #1451 to `12.9.x`.

bug
P0
cuda.bindings

## Summary This PR adds a developer guide for Python and Cython code in `cuda/core`. The guide establishes conventions and best practices to maintain code quality and consistency across the...

documentation
cuda.core

## Description Updates the statically linked CUDA runtime to 13.1.1 I used https://github.com/NVIDIA/cuda-python/pull/1131 as a template for this. ## Checklist - [x] New or existing tests cover these changes. -...