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

This line is wrong: https://github.com/NVIDIA/cuda-python/blob/b88592ae51c35af3bf1399a48d2180a6d9cec5cc/cuda/cuda.pyx.in#L21417 `numJitOptions` is an int, so it cannot be iterated over. What's should have been there in the zip is `jitOptions`.

bug
P0

I think this is a defect likely in the codegen: ```python File "/home/leof/dev/cuda_py/cuda/py/compiler.py", line 20, in __init__ nvrtc.nvrtcCreateProgram(code.encode(), b"default", 0, (), ())) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: Argument 'headers' has incorrect type (expected...

enhancement
P1

GitHub autogenerated source artifact from tags regularly have unstable checksums. As part of the release process it would be great if we could produce stable source artifacts (with checksums) and...

support
P1

P0
cuda.py beta1

- ~~kernel launch nodes~~ - memcpy nodes - ~~mem-op (malloc/free) nodes~~ - host callback nodes - conditional nodes - pretty debug prints - subgraphs To answer: - support explicit graph...

enhancement
P0
cuda.core

enhancement
P1
cuda.core
EPIC