cuda-python
cuda-python copied to clipboard
CUDA Python: Performance meets Productivity
### 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...
### 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...
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
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...
### 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...
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...
Blocked by #718.
> 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_
## 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...