Skip to content

bench: add direct compiled timing - #79

Open
karthickai wants to merge 2 commits into
eellison:mainfrom
karthickai:bench-compiled-nocudagraphs
Open

bench: add direct compiled timing#79
karthickai wants to merge 2 commits into
eellison:mainfrom
karthickai:bench-compiled-nocudagraphs

Conversation

@karthickai

Copy link
Copy Markdown
Contributor

Adds default-enabled direct compiled timing as compiled_nocudagraphs_us while preserving existing cudagraph timing in compiled_us.

Use --no-compiled-nocudagraphs to disable it.

@eellison eellison left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Can we clarify whether this metric is intended to measure default Inductor without CUDAGraphs or coordinate descent without CUDAGraphs? The name/docs imply default, but because this runs after compiled_cd, it currently measures CD code

@karthickai

Copy link
Copy Markdown
Contributor Author

Can we clarify whether this metric is intended to measure default Inductor without CUDAGraphs or coordinate descent without CUDAGraphs? The name/docs imply default, but because this runs after compiled_cd, it currently measures CD code

thanks for catch, the intended measures default Inductor without CUDAGraphs. I moved the timing before CD = so it uses the original default compiled artifact.

@karthickai
karthickai requested a review from eellison July 31, 2026 01:01
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