DynamoBenchmarks Domain — pytorch Architecture
Python-based performance testing and benchmarking infrastructure for the TorchDynamo compiler and general model performance.
Entity Profile
Dependency Diagram
graph TD domain_DynamoBenchmarks["DynamoBenchmarks"] subdomain_DynamoBenchmarks_Microbenchmarking["Microbenchmarking"] domain_DynamoBenchmarks --> subdomain_DynamoBenchmarks_Microbenchmarking subdomain_DynamoBenchmarks_Configuration["Configuration"] domain_DynamoBenchmarks --> subdomain_DynamoBenchmarks_Configuration style domain_DynamoBenchmarks fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Subdomains
Source Files
- benchmarks/dynamo/genai_layers/benchmark.py
- benchmarks/dynamo/microbenchmarks/benchmark_helper.py
- benchmarks/dynamo/benchmarks.py
- benchmarks/dynamo/common.py
- benchmarks/dynamo/dist_util.py
- benchmarks/dynamo/distributed.py
- benchmarks/dynamo/huggingface.py
- benchmarks/dynamo/huggingface_llm_models.py
- benchmarks/dynamo/microbenchmarks/inductor_bmm.py
- benchmarks/dynamo/microbenchmarks/inductor_cpu_atomic.py
- benchmarks/dynamo/microbenchmarks/inductor_mm.py
- benchmarks/dynamo/genai_layers/kernels.py
- benchmarks/dynamo/microbenchmarks/matmul_relu.py
- benchmarks/dynamo/genai_layers/utils.py
Source
- benchmarks/dynamo/genai_layers/benchmark.py
- benchmarks/dynamo/microbenchmarks/benchmark_helper.py
- benchmarks/dynamo/benchmarks.py
- benchmarks/dynamo/common.py
- benchmarks/dynamo/dist_util.py
- benchmarks/dynamo/distributed.py
- benchmarks/dynamo/huggingface.py
- benchmarks/dynamo/huggingface_llm_models.py
- benchmarks/dynamo/microbenchmarks/inductor_bmm.py
- benchmarks/dynamo/microbenchmarks/inductor_cpu_atomic.py
- benchmarks/dynamo/microbenchmarks/inductor_mm.py
- benchmarks/dynamo/genai_layers/kernels.py
- benchmarks/dynamo/microbenchmarks/matmul_relu.py
- benchmarks/dynamo/genai_layers/utils.py
Frequently Asked Questions
What is the DynamoBenchmarks domain?
The DynamoBenchmarks domain is an architectural grouping in the pytorch codebase. Python-based performance testing and benchmarking infrastructure for the TorchDynamo compiler and general model performance. It contains 14 source files.
What subdomains are in DynamoBenchmarks?
The DynamoBenchmarks domain contains 2 subdomain(s): Configuration, Microbenchmarking.
How many files are in DynamoBenchmarks?
The DynamoBenchmarks domain contains 14 source files.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free