Skip to content

Build extremely slow for large GEMM mapping (M=N=K=2048, m=n=k=32) #458

@ec-935

Description

@ec-935

Hi,

When running tests/dataflow/aie/test_mapping_large_gemm.py with the following parameters:

M, N, K = 2048, 2048, 2048
m, n, k = 32, 32, 32

the build process takes an extremely long time, though it does eventually complete with no errors.

For example:

  • At dtype=int8, the build took over 2 hours.

  • At dtype=int16 and bf16, it runs even longer.

Is there any way to reduce the build time or optimize the generation for such large problem sizes?
I’m wondering whether this is expected due to code generation complexity or if there are recommended flags or configuration changes that could help.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions