Skip to content

feat(graph): capture CUDA Graph execution topology - #147

Merged
CodingInAVan merged 1 commit into
mainfrom
graph-structure
Aug 4, 2026
Merged

feat(graph): capture CUDA Graph execution topology#147
CodingInAVan merged 1 commit into
mainfrom
graph-structure

Conversation

@CodingInAVan

Copy link
Copy Markdown
Contributor

Description

Capture the static node topology for each CUDA graph execution handle and
link graph-launch activity to that opaque handle.

  • emit graph_node_definition records with node type and dependency count
  • support CUDA Runtime and Driver graph instantiation paths
  • re-emit cached topology for later segments without duplicating identities
  • release cached definitions when a graph execution object is destroyed

Type of Change

  • Bug fix
  • New feature
  • Documentation update

Testing

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

@CodingInAVan
CodingInAVan merged commit 6e60b3f into main Aug 4, 2026
4 checks passed
@CodingInAVan
CodingInAVan deleted the graph-structure branch August 4, 2026 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant