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

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

triage

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

P2
cuda.pathfinder

While we can't generate Tile IR yet (#1322), we can already load it from disk/memory: https://github.com/NVIDIA/cutile-python/blob/9db6438f2beea52f9ae3632c9a6815061eb1c761/cext/tile_kernel.cpp#L124-L151

P1
feature
cuda.core

Unlike in C++ I think it'd have to be an optional keyword argument, for a few reasons - To preserve backward compatibility (of both `cuda.core` and RMM Python) - To...

enhancement
P2
cuda.core

triage
P1
CI/CD
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...

documentation
triage
CI/CD
packaging

Everywhere in this repo is OSS and Apache-2.0 and can accept external contributions, except for the `cuda_bindings/` directory. We should run a preliminary scan (preferably without having to `/ok to...

triage
P0
CI/CD
feature

> In general, `cuda.core` has a few internal, module-level states that should be guarded by a lock. We haven't done that extensively. _Originally posted by @leofang in https://github.com/NVIDIA/cuda-python/pull/1364#discussion_r2624683212_

enhancement
triage
cuda.core

## Description Accompanying PR: https://github.com/cupy/cupy/pull/9525 Still WIP, lots to sort out. closes #748 ## Checklist - [ ] New or existing tests cover these changes. - [ ] The documentation...

triage
feature
cuda.core