Skip to content

[SYCL][Graph] Implement graph destruction callback#22136

Open
mmichel11 wants to merge 2 commits into
intel:syclfrom
adamfidel:matt/sycl_graph_destruction_callback_pr
Open

[SYCL][Graph] Implement graph destruction callback#22136
mmichel11 wants to merge 2 commits into
intel:syclfrom
adamfidel:matt/sycl_graph_destruction_callback_pr

Conversation

@mmichel11
Copy link
Copy Markdown
Contributor

  • Adds graph destruction callback for users to be able to destroy resources attached to the graph upon destruction.
  • Command buffer implementation invokes callback from the SYCL level, native recording delegates to UR (and L0).
  • User callbacks are type erased. For native recording, callbacks are also wrapped in a c-style callback to interface with UR.
  • Spec PR: [SYCL][Graph] Add destruction callback spec addition for modifiable command graph #22083

@mmichel11 mmichel11 force-pushed the matt/sycl_graph_destruction_callback_pr branch from e19d89d to 49312c2 Compare May 27, 2026 18:26
@mmichel11 mmichel11 requested a review from Copilot May 27, 2026 18:41
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@mmichel11 mmichel11 marked this pull request as ready for review May 27, 2026 19:49
@mmichel11 mmichel11 requested review from a team as code owners May 27, 2026 19:49
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.

2 participants