Skip to content

Question about patterns of custom-kernel-fusion-rewriter #23017

Answered by mooskagh
lefeng872 asked this question in Q&A
Discussion options

You must be logged in to vote

The pass is described in custom_kernel_fusion_rewriter.h.

Patterns to be matched by this pass are registered into the CustomKernelFusionPatternRegistry using the XLA_REGISTER_CUSTOM_FUSION_PATTERN macro (currently only in cutlass_gemm_fusion.cc), and the patterns are matched using functions like this.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@lefeng872
Comment options

Answer selected by lefeng872
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #22994 on February 24, 2025 08:08.