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

It's finally up on PyPI now: https://pypi.org/project/nvidia-sphinx-theme

documentation
triage
P1

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

triage
P2
test
cuda.core

implement the constructor for the Context object

triage
feature
cuda.core
blocked

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

documentation
triage
P2
cuda.bindings

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

enhancement
triage
RFC
cuda.core

Currently I hand-modify this, but we should be able to autogen it.

enhancement
P2
cuda.bindings