Skip to content

Commit 78cca18

Browse files
committed
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]>
1 parent 22ba69d commit 78cca18

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

experimental/regression_suite/shark-test-suite-models/sd3/test_clip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
)
6464

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

experimental/regression_suite/shark-test-suite-models/sd3/test_mmdit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
)
4949

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

experimental/regression_suite/shark-test-suite-models/sd3/test_vae.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
)
3434

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

experimental/regression_suite/shark-test-suite-models/sdxl/test_clip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
)
5454

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

experimental/regression_suite/shark-test-suite-models/sdxl/test_unet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
)
5353

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

experimental/regression_suite/shark-test-suite-models/sdxl/test_vae.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
)
3434

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

third_party/llvm-project

0 commit comments

Comments
 (0)