Home / Function/ get_shapes() — pytorch Function Reference

get_shapes() — pytorch Function Reference

Architecture documentation for the get_shapes() function in kernels.py from the pytorch codebase.

Entity Profile

Dependency Diagram

graph TD
  c590be4e_570d_df93_5556_2f7ce3f55af0["get_shapes()"]
  f0518c93_32fe_49c0_0cae_0cae28698405["benchmark()"]
  f0518c93_32fe_49c0_0cae_0cae28698405 -->|calls| c590be4e_570d_df93_5556_2f7ce3f55af0
  style c590be4e_570d_df93_5556_2f7ce3f55af0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

benchmarks/dynamo/genai_layers/kernels.py lines 361–374

    def get_shapes(self) -> tuple[tuple[int, ...], ...]:
        return (
            (32768, 256),
            (32768, 512),
            (32768, 1024),
            (32768, 2048),
            (32768, 4096),
            (32768, 8192),
            (32768, 16384),
            (32768, 32768),
            (32768, 65536),
            (16384, 131072),
            (8192, 262144),
        ) + extra_shapes_for_norm

Subdomains

Called By

Frequently Asked Questions

What does get_shapes() do?
get_shapes() is a function in the pytorch codebase.
What calls get_shapes()?
get_shapes() is called by 1 function(s): benchmark.

Analyze Your Own Codebase

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

Try Supermodel Free