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!