cuda-python icon indicating copy to clipboard operation
cuda-python copied to clipboard

CUDA Python: Performance meets Productivity

Results 167 cuda-python issues
Sort by recently updated
recently updated
newest added

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 =...

triage

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

P1
CI/CD

### 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
cuda.core

## 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 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...

enhancement
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...

bug
P0
cuda.bindings