[Helion + torch.compile] Refactor HelionTemplateBuffer to use TemplateBuffer base class#1723
Merged
[Helion + torch.compile] Refactor HelionTemplateBuffer to use TemplateBuffer base class#1723
Conversation
This was referenced Mar 16, 2026
Merged
yf225
added a commit
that referenced
this pull request
Mar 16, 2026
…eBuffer base class Switch from TritonTemplateBuffer to TemplateBuffer base class to enable prologue/epilogue fusion support. This refactors the template buffer to use make_kernel_render closure, build_multi_outputs, and the standard render() path instead of the custom codegen_template_override/ emit_kernel_override/call_kernel overrides. Also adds get_needed_import_lines() to output_header.py, refactoring get_needed_imports() to use it. stack-info: PR: #1723, branch: yf225/stack/70
yf225
added a commit
that referenced
this pull request
Mar 17, 2026
…eBuffer base class Switch from TritonTemplateBuffer to TemplateBuffer base class to enable prologue/epilogue fusion support. This refactors the template buffer to use make_kernel_render closure, build_multi_outputs, and the standard render() path instead of the custom codegen_template_override/ emit_kernel_override/call_kernel overrides. Also adds get_needed_import_lines() to output_header.py, refactoring get_needed_imports() to use it. stack-info: PR: #1723, branch: yf225/stack/70
…eBuffer base class Switch from TritonTemplateBuffer to TemplateBuffer base class to enable prologue/epilogue fusion support. This refactors the template buffer to use make_kernel_render closure, build_multi_outputs, and the standard render() path instead of the custom codegen_template_override/ emit_kernel_override/call_kernel overrides. Also adds get_needed_import_lines() to output_header.py, refactoring get_needed_imports() to use it. stack-info: PR: #1723, branch: yf225/stack/70
yf225
added a commit
that referenced
this pull request
Mar 17, 2026
…eBuffer base class Switch from TritonTemplateBuffer to TemplateBuffer base class to enable prologue/epilogue fusion support. This refactors the template buffer to use make_kernel_render closure, build_multi_outputs, and the standard render() path instead of the custom codegen_template_override/ emit_kernel_override/call_kernel overrides. Also adds get_needed_import_lines() to output_header.py, refactoring get_needed_imports() to use it. stack-info: PR: #1723, branch: yf225/stack/70
shunting314
approved these changes
Mar 19, 2026
hinriksnaer
pushed a commit
to hinriksnaer/helion
that referenced
this pull request
Mar 20, 2026
…eBuffer base class (pytorch#1723)
umechand-amd
pushed a commit
to umechand-amd/helion
that referenced
this pull request
Mar 23, 2026
…eBuffer base class (pytorch#1723)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stacked PRs:
[Helion + torch.compile] Refactor HelionTemplateBuffer to use TemplateBuffer base class
Switch from TritonTemplateBuffer to TemplateBuffer base class to enable
prologue/epilogue fusion support. This refactors the template buffer to
use make_kernel_render closure, build_multi_outputs, and the standard
render() path instead of the custom codegen_template_override/
emit_kernel_override/call_kernel overrides.
Also adds get_needed_import_lines() to output_header.py, refactoring
get_needed_imports() to use it.