Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for dumping command buffers to dot files #404

Merged
merged 6 commits into from
Feb 3, 2025

Conversation

bashbaug
Copy link
Contributor

Description of Changes

Adds support for dumping the contents of a command buffer to a file when the command buffer is finalized. The command buffers are described using the DOT graph description language, which can be used by various tools and editor extensions to visualize the structure of a command buffer.

Testing Done

Tested by dumping command buffers for all of the command buffer and command buffer mutable dispatch CTS tests and verifying that they generate valid DOT files.

@bashbaug bashbaug merged commit c9db413 into intel:main Feb 3, 2025
7 checks passed
@bashbaug bashbaug deleted the cmdbuf-dot-files branch February 3, 2025 15:50
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