Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update LLVM to llvm/llvm-project@b13592219c421820b (llvm/llvm-project#85376)
Changes done to resolve mlirbc issue in iree-org#19498

This PR also carries the following reverts:

llvm/llvm-project#120115

The main issue with this PR is it breaks matvec codegen generating
scf.if instead of scf.for(s). An issue will be pushed up for repro.

Signed-off-by: Stanley Winata <[email protected]>
  • Loading branch information
raikonenfnu committed Dec 23, 2024
1 parent 22ba69d commit 78cca18
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
)

sd3_clip_mlir = fetch_source_fixture(
"https://sharkpublic.blob.core.windows.net/sharkpublic/sai/sd3-prompt-encoder/model.mlirbc",
"https://sharkpublic.blob.core.windows.net/sharkpublic/sai/sd3-prompt-encoder/model.mlir",
group="sd3_clip",
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
)

sd3_mmdit_mlir = fetch_source_fixture(
"https://sharkpublic.blob.core.windows.net/sharkpublic/sai/sd3-mmdit/model.mlirbc",
"https://sharkpublic.blob.core.windows.net/sharkpublic/sai/sd3-mmdit/model.mlir",
group="sd3_mmdit",
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
)

sd3_vae_mlir = fetch_source_fixture(
"https://sharkpublic.blob.core.windows.net/sharkpublic/sai/sd3-vae/model.mlirbc",
"https://sharkpublic.blob.core.windows.net/sharkpublic/sai/sd3-vae/model.mlir",
group="sd3_vae",
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
)

sdxl_clip_mlir = fetch_source_fixture(
"https://sharkpublic.blob.core.windows.net/sharkpublic/sai/sdxl-prompt-encoder/model.mlirbc",
"https://sharkpublic.blob.core.windows.net/sharkpublic/sai/sdxl-prompt-encoder/model.mlir",
group="sdxl_clip",
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
)

sdxl_unet_fp16_mlir = fetch_source_fixture(
"https://sharkpublic.blob.core.windows.net/sharkpublic/sai/sdxl-scheduled-unet/model.mlirbc",
"https://sharkpublic.blob.core.windows.net/sharkpublic/sai/sdxl-scheduled-unet/model.mlir",
group="sdxl_unet_fp16",
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
)

sdxl_vae_mlir = fetch_source_fixture(
"https://sharkpublic.blob.core.windows.net/sharkpublic/sai/sdxl-vae-decode/model.mlirbc",
"https://sharkpublic.blob.core.windows.net/sharkpublic/sai/sdxl-vae-decode/model.mlir",
group="sdxl_vae",
)

Expand Down
2 changes: 1 addition & 1 deletion third_party/llvm-project

0 comments on commit 78cca18

Please sign in to comment.