inductor_aten_mm() — pytorch Function Reference
Architecture documentation for the inductor_aten_mm() function in inductor_mm.py from the pytorch codebase.
Entity Profile
Dependency Diagram
graph TD 3717ae06_9fef_f61d_b6ef_83761c73d71b["inductor_aten_mm()"] 4526aa5c_f504_cae4_579d_39d37e870ba4["test_total_time()"] 4526aa5c_f504_cae4_579d_39d37e870ba4 -->|calls| 3717ae06_9fef_f61d_b6ef_83761c73d71b dd08baca_e7b7_4c73_60cc_7d9f6fa55a3a["test_GPU_time()"] dd08baca_e7b7_4c73_60cc_7d9f6fa55a3a -->|calls| 3717ae06_9fef_f61d_b6ef_83761c73d71b style 3717ae06_9fef_f61d_b6ef_83761c73d71b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
benchmarks/dynamo/microbenchmarks/inductor_mm.py lines 18–19
def inductor_aten_mm(a, b):
return torch.mm(a, b)
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does inductor_aten_mm() do?
inductor_aten_mm() is a function in the pytorch codebase.
What calls inductor_aten_mm()?
inductor_aten_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