cuda-api-wrappers icon indicating copy to clipboard operation
cuda-api-wrappers copied to clipboard

Support graph edge properties

Open eyalroz opened this issue 1 year ago • 0 comments

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")

eyalroz avatar May 03 '24 16:05 eyalroz