You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Grok-1 model compilation is 7 mins slower and the vmfb file is 1 MB larger when using the following flags: --iree-dispatch-creation-enable-aggressive-fusion=true --iree-preprocessing-pass-pipeline="builtin.module(util.func(iree-preprocessing-generalize-linalg-matmul-experimental))"
With flags:
vmfb size: 3 MB
compile time: 8 mins
Without flags:
vmfb size: 2 MB
compile time: under 1 min
What happened?
Grok-1 model compilation is 7 mins slower and the vmfb file is 1 MB larger when using the following flags:
--iree-dispatch-creation-enable-aggressive-fusion=true --iree-preprocessing-pass-pipeline="builtin.module(util.func(iree-preprocessing-generalize-linalg-matmul-experimental))"
With flags:
vmfb size: 3 MB
compile time: 8 mins
Without flags:
vmfb size: 2 MB
compile time: under 1 min
Steps to reproduce your issue
../iree-build/tools/iree-compile grok-1-q4_1.mlir --iree-hal-target-backends=rocm --iree-hip-target=gfx942 -o grok-1-q4_1.vmfb --iree-dispatch-creation-enable-aggressive-fusion=true --iree-preprocessing-pass-pipeline="builtin.module(util.func(iree-preprocessing-generalize-linalg-matmul-experimental))"
What component(s) does this issue relate to?
Compiler
Version information
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: