Home / Function/ fusion_type() — pytorch Function Reference

fusion_type() — pytorch Function Reference

Architecture documentation for the fusion_type() function in bench_mm_fusion.py from the pytorch codebase.

Entity Profile

Relationship Graph

Source Code

benchmarks/dynamo/microbenchmarks/bench_mm_fusion.py lines 115–120

    if fusion_type == "":
        field_names.append("torch mm")
        field_names.append("triton mm")
    else:
        field_names.append(f"torch mm+{fusion_type}")
        field_names.append(f"triton mm+{fusion_type}")

Subdomains

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free