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

Commit c2e2735

Browse files
authored
[LLVM Integrate] Bump llvm and torch-mlir (#79)
[LLVM](https://github.com/llvm/llvm-project/tree/d16b21b17d13ecd88a068bb803df43e53d3b04ba) [StableHlo](https://github.com/openxla/stablehlo/tree/d41390c3a731ba038e6363f75fcd135e6f727039) [Torch-MLIR](llvm/torch-mlir@0b46d11) * There is no change on the StableHlo from torch-mlir upstream
1 parent 3b93b03 commit c2e2735

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

deps.bzl

Lines changed: 4 additions & 4 deletions
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 = "5207632f8698a2fab0c4cdcdf2f7ad9aaf96e06f"
26-
LLVM_SHA256 = "02b8d285091e2f7995dd4f339d5312f935966c085e4b32458ef2b85c43e1d237"
25+
LLVM_COMMIT = "d16b21b17d13ecd88a068bb803df43e53d3b04ba"
26+
LLVM_SHA256 = "3c4ef24844c944cb0d888fe2344d4410f91f5b681e81b3f62ec1833e2bc595a4"
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 = "c7d52f63b482b2c30f4efb435ce0cc2efeab25d9"
43-
TORCH_MLIR_SHA256 = "db037fac59f750340798a8680b19c79c3e950ddbecc52436f53dca340cb0352a"
42+
TORCH_MLIR_COMMIT = "0b46d1110aa9710a4c2935723c47dfe3d5c21fd3"
43+
TORCH_MLIR_SHA256 = "0e1cbea20c667abd73775f77b27747be842ff7fd7b4ac304a02d1d40df5761b7"
4444
http_archive(
4545
name = "torch-mlir-raw",
4646
build_file_content = "# empty",

0 commit comments

Comments
 (0)