cuda-python
cuda-python copied to clipboard
CUDA Python: Performance meets Productivity
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...
## 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
### 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...
### 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...
## 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 -...
## 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,...
# Description Backport of #1451 to `12.9.x`.
## 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...
## 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. -...