cuda-python
cuda-python copied to clipboard
[EPIC] Support CUDA graphs
- ~~kernel launch nodes~~
- memcpy nodes
- ~~mem-op (malloc/free) nodes~~
- host callback nodes
- conditional nodes
- pretty debug prints
- subgraphs
To answer:
- support explicit graph creation/construction?
- support stream capturing?