inductor_triton_mm() — pytorch Function Reference
Architecture documentation for the inductor_triton_mm() function in inductor_mm.py from the pytorch codebase.
Entity Profile
Dependency Diagram
graph TD f175abea_1f77_fbbd_4800_616258913520["inductor_triton_mm()"] 4526aa5c_f504_cae4_579d_39d37e870ba4["test_total_time()"] 4526aa5c_f504_cae4_579d_39d37e870ba4 -->|calls| f175abea_1f77_fbbd_4800_616258913520 dd08baca_e7b7_4c73_60cc_7d9f6fa55a3a["test_GPU_time()"] dd08baca_e7b7_4c73_60cc_7d9f6fa55a3a -->|calls| f175abea_1f77_fbbd_4800_616258913520 style f175abea_1f77_fbbd_4800_616258913520 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
benchmarks/dynamo/microbenchmarks/inductor_mm.py lines 23–24
def inductor_triton_mm(a, b):
return torch.mm(a, b)
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does inductor_triton_mm() do?
inductor_triton_mm() is a function in the pytorch codebase.
What calls inductor_triton_mm()?
inductor_triton_mm() is called by 2 function(s): test_GPU_time, test_total_time.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free