cuda-python
cuda-python copied to clipboard
CUDA Python: Performance meets Productivity
I am trying to allocate workspace for cublaslt using cuda.core. First, I allocate a memory Buffer like so: ```python device = Device() device.set_current() buffer = device.allocate(size=size, stream=stream) raw_workspace_ptr: int =...
## Description closes ## Checklist - [ ] New or existing tests cover these changes. - [ ] The documentation is up to date with these changes.
### 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...
## Description Resolves #534 Adds scans using both CodeQL and Bandit. Could use some discussion on what level of reporting we wish to have here and when we want to...
## Description WIP
## Description closes #556 The CUDA driver provides different error messages for various errors when trying to compute elapsed time, and the documentation explains each of these scenarious. Surface each...
### 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...