Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 382e730

Browse files
green commits test
1 parent 8665ed0 commit 382e730

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

deps.bzl

+6-6
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ def third_party_deps():
2222
path = local_llvm_repo_path(),
2323
)
2424
else:
25-
LLVM_COMMIT = "a952c123880eb1168f1021b116485e27170d48ca"
26-
LLVM_SHA256 = "c33580d7581abece69ea20d640a9e49b96472633611025663313cf0644567fa2"
25+
LLVM_COMMIT = "5207632f8698a2fab0c4cdcdf2f7ad9aaf96e06f"
26+
LLVM_SHA256 = "02b8d285091e2f7995dd4f339d5312f935966c085e4b32458ef2b85c43e1d237"
2727
http_archive(
2828
name = "llvm-raw",
2929
build_file_content = "# empty",
@@ -39,8 +39,8 @@ def third_party_deps():
3939
path = local_torch_mlir_repo_path(),
4040
)
4141
else:
42-
TORCH_MLIR_COMMIT = "45eaeaaf3640f1f7f7b4743cf5844c3b9d519fdf"
43-
TORCH_MLIR_SHA256 = "c68ef55383e02855d2dbe769470ca27966387505f6b7c9aff667068757636786"
42+
TORCH_MLIR_COMMIT = "c7d52f63b482b2c30f4efb435ce0cc2efeab25d9"
43+
TORCH_MLIR_SHA256 = "db037fac59f750340798a8680b19c79c3e950ddbecc52436f53dca340cb0352a"
4444
http_archive(
4545
name = "torch-mlir-raw",
4646
build_file_content = "# empty",
@@ -55,8 +55,8 @@ def third_party_deps():
5555
path = local_stablehlo_repo_path(),
5656
)
5757
else:
58-
STABLEHLO_COMMIT = "271e8634de184fbfafd677d3876170feb6d08c97"
59-
STABLEHLO_SHA256 = "0d567e9a5f0f6c8487272dc27539403f1c9cae5039e64c52a648ba08ae11f86d"
58+
STABLEHLO_COMMIT = "d41390c3a731ba038e6363f75fcd135e6f727039"
59+
STABLEHLO_SHA256 = "f278ef6aa908a9b8be482481dd408a7d6887a5117a4d425a0cb4a95a242585cc"
6060
http_archive(
6161
name = "stablehlo",
6262
sha256 = STABLEHLO_SHA256,

0 commit comments

Comments
 (0)