cuda-python
cuda-python copied to clipboard
CUDA Python: Performance meets Productivity
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`.
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...
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...
- ~~kernel launch nodes~~ - memcpy nodes - ~~mem-op (malloc/free) nodes~~ - host callback nodes - conditional nodes - pretty debug prints - subgraphs To answer: - support explicit graph...