Andy Jost
Andy Jost
## Summary This PR reorganizes the graph tests into a new `tests/graph/` subdirectory, adds a public `Graph.handle` property, and introduces tests for device-side graph launch. Closes #1331 ## Changes ###...
## 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 -...
## 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...
### 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...