cuda-python
cuda-python copied to clipboard
CUDA Python: Performance meets Productivity
It's finally up on PyPI now: https://pypi.org/project/nvidia-sphinx-theme
Right now we just `exec` all tests in the main test process https://github.com/NVIDIA/cuda-python/blob/213baf40966d8c449c62cce2c55e945a99c452b1/cuda_core/tests/example_tests/utils.py#L35 which is fine if there is no subtle bugs in the examples. However, it is not the...
implement the constructor for the Context object
Ex: https://nvidia.github.io/cuda-python/module/driver.html#cuda.bindings.driver.CUasyncNotificationInfo The member `info` is of type `anon_union2`, which is undocumented. Setting this to P2 without a milestone, as people can always refer to the C API reference. But...
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.4 → v0.11.4](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.4...v0.11.4)
I forgot to open an issue to track an offline discussion I had with @pciolkosz... Currently, `cuda.core` diverges with `cudax` in a few places, and this is one of them....
Currently I hand-modify this, but we should be able to autogen it.
## Description TODO