cuda-python
cuda-python copied to clipboard
CUDA Python: Performance meets Productivity
It would be great if it was possible to link against NVRTC statically.
Hi Team, I'm trying cross compiling cuda-python but it failed. I'm using this specific commit: https://github.com/NVIDIA/cuda-python/commit/2ae98f9338f9c13e777f6fc647637d8b87086a49 Kindly see below the logs: ``` | cuda/cudart.cpp: In function 'PyObject* __pyx_tp_new_4cuda_6cudart_cudaGraphNodeParams(PyTypeObject*, PyObject*, PyObject*)':...
This PR fixes #63 Kindly see the logs below ``` nvidia@tegra-ubuntu:~/cuda-python$ python3 setup.py bdist_wheel --verbose --dist-dir ./dist Parsing headers in "['/usr/local/cuda-12.4/include']" (Caching False) Parsing driver headers Parsing runtime headers Parsing...
Pythonic CUDA object model: ```[tasklist] ### Tasks - [ ] https://github.com/NVIDIA/cuda-python/issues/76 - [ ] https://github.com/NVIDIA/cuda-python/issues/77 - [ ] https://github.com/NVIDIA/cuda-python/issues/78 - [ ] https://github.com/NVIDIA/cuda-python/issues/79 - [ ] https://github.com/NVIDIA/cuda-python/issues/93 - [ ]...
```[tasklist] - [ ] https://github.com/NVIDIA/cuda-python/issues/94 - [ ] https://github.com/NVIDIA/cuda-python/issues/95 - [ ] https://github.com/NVIDIA/cuda-python/issues/96 ```
Objects to cover: - Device - Context - Stream - Event - `MemoryResource` - `Buffer` - `@viewable` and `GPUMemoryView` - `launch()` and `LaunchConfig` - `Program` and `Linker` - header and...
## TODO ```[tasklist] - [ ] https://github.com/NVIDIA/cuda-python/issues/91 - [ ] https://github.com/NVIDIA/cuda-python/issues/90 - [ ] https://github.com/NVIDIA/cuda-python/issues/102 ``` ## Impact Very little, except for those accessing `__version__` from the `cuda` namespace, via,...