-
Notifications
You must be signed in to change notification settings - Fork 5.5k
[docs] Add doc for optimizer debugging session properties #25456
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
[docs] Add doc for optimizer debugging session properties #25456
Conversation
c857c6a to
eff6309
Compare
hantangwangd
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding this, just one nit.
eff6309 to
7978ee6
Compare
|
@steveburnett, a fix has been added to trigger a dummy run instead of skipping the workflow for the required tests that are currently marked as |
Will do, thank you! |
Description
Add documentation for verbose_optimizer_info_enabled and optimizers_to_enable_verbose_runtime_stats session properties. Fixes #25452.
Motivation and Context
These two session properties are undocumented and are useful for debugging optimizer-related problems in development.
Impact
Documentation.
Test Plan
Local doc build. Screenshot:

Contributor checklist
Release Notes