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 comment to --inst-debug-printf option #5184

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

greg-lunarg
Copy link
Contributor

Fixes #4908

This option is only for debugging/fixing debug printf instrumentation.
Users who wish to utilize debug printf should see the white paper at
vulkan.lunarg.com/doc.

Fixes KhronosGroup#4908
Copy link
Contributor

@Keenuts Keenuts left a comment

Choose a reason for hiding this comment

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

Seems like the title of the PR doesn't match what it does anymore?
Also the link here shows an empty page, is that expected?

@s-perron s-perron changed the title Remove --inst-debug-printf from command line Add comment to --inst-debug-printf option Apr 3, 2023
// This option is not for user consumption. It is here to assist in
// debugging and fixing the debug printf instrumentation pass. For users who
// wish to utilize debug printf, see the white paper at
// vulkan.lunarg.com/doc
Copy link
Collaborator

Choose a reason for hiding this comment

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

You probably want vulkan.lunarg.com/doc/sdk? Add a ".".

@s-perron
Copy link
Collaborator

s-perron commented Apr 3, 2023

Minor fixes for the link, as Nathan pointed out. I trust you to be able to fix it up. I should not have to look at it again.

@s-perron
Copy link
Collaborator

s-perron commented Nov 2, 2023

@spencer-lunarg Is this PR still needed? Only a really small change is needed, and then it could be merged.

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.

spirv-opt: --inst-debug-printf produces "Definition is not registered"
3 participants