We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VAE:
MMDIT:
Text Encoder:
Note: Time is collected with objectFifo pipeline, and data type is bf16 -> f32.
Command: iree-compile --mlir-elide-elementsattrs-if-larger=2 --iree-hal-target-backends=llvm-cpu stable_diffusion_3_medium_diffusers_bs1_512x512_fp32_vae_decomp_attn.mlir --iree-dispatch-creation-enable-aggressive-fusion --iree-opt-data-tiling=false --iree-dispatch-creation-enable-fuse-padding-into-linalg-consumer-ops -o vae.vmfb --iree-hal-dump-executable-sources-to=vae_dispathces
iree-compile --mlir-elide-elementsattrs-if-larger=2 --iree-hal-target-backends=llvm-cpu stable_diffusion_3_medium_diffusers_bs1_512x512_fp32_vae_decomp_attn.mlir --iree-dispatch-creation-enable-aggressive-fusion --iree-opt-data-tiling=false --iree-dispatch-creation-enable-fuse-padding-into-linalg-consumer-ops -o vae.vmfb --iree-hal-dump-executable-sources-to=vae_dispathces
The text was updated successfully, but these errors were encountered:
@yzhang93 the shapes are MxNxK for matmul, right?
MxNxK
Sorry, something went wrong.
Yes, without specific notation it would always be MxNxK.
No branches or pull requests
VAE:
MMDIT:
Text Encoder:
Note: Time is collected with objectFifo pipeline, and data type is bf16 -> f32.
Command:
iree-compile --mlir-elide-elementsattrs-if-larger=2 --iree-hal-target-backends=llvm-cpu stable_diffusion_3_medium_diffusers_bs1_512x512_fp32_vae_decomp_attn.mlir --iree-dispatch-creation-enable-aggressive-fusion --iree-opt-data-tiling=false --iree-dispatch-creation-enable-fuse-padding-into-linalg-consumer-ops -o vae.vmfb --iree-hal-dump-executable-sources-to=vae_dispathces
The text was updated successfully, but these errors were encountered: