cuda-api-wrappers
cuda-api-wrappers copied to clipboard
Support graph edge properties
CUDA 12.3 added support for specifying properties for graph nodes - when...
- Adding edges between existing nodes
- Removing edges between existing nodes
- Adding a new node
- Getting (all of) a graph's edges
- Getting a node's dependencies
- Getting a node's dependents
See here.
The properties edges have are :
- Source port (currently one of a few options, not an arbitrary number)
- Destination port (currently one of a few options, not an arbitrary number)
- type (one of two options at the moment default or "programmatic")