Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sjain-stanford committed Jan 12, 2024
1 parent 9526ddc commit be1b499
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ def third_party_deps():
path = local_llvm_repo_path(),
)
else:
LLVM_COMMIT = "99045b60b57571079f9cb4aea57870692523fbe8"
LLVM_SHA256 = "23c1c31fd3390a5378ac7f36cc039f32821be6c5b9ce2b92c49a269f7af45158"
LLVM_COMMIT = "6b65d79fbb4682468333cea42b62f15c2dffd8f3"
LLVM_SHA256 = "99278b9422998e248703c348565ca973b10678b65697dcf4dcc80acb9c174c2a"
http_archive(
name = "llvm-raw",
build_file_content = "# empty",
Expand All @@ -39,8 +39,8 @@ def third_party_deps():
path = local_torch_mlir_repo_path(),
)
else:
TORCH_MLIR_COMMIT = "ccd469ca0d626d29fea3ab35d5956cc2882a12be"
TORCH_MLIR_SHA256 = "6b72a5b21c8b5b0daba776cea3e35408bca4659d4e1cb344d141f9d03a4e17cf"
TORCH_MLIR_COMMIT = "670a99ae196da892310776f110cfe29dfb68a174"
TORCH_MLIR_SHA256 = "7bec6b45d848718e255a3f59fe41a96126db25df84e69b3974d81f4ac0d0a65e"
http_archive(
name = "torch-mlir-raw",
sha256 = TORCH_MLIR_SHA256,
Expand All @@ -55,8 +55,8 @@ def third_party_deps():
path = local_stablehlo_repo_path(),
)
else:
STABLEHLO_COMMIT = "f8dcebfa1ec166806974f6ae0dfb902d36b47238"
STABLEHLO_SHA256 = "a5bb6d138d0492119d7c5db28173a5f78990c395844fd788795c670dfcfc1f6f"
STABLEHLO_COMMIT = "3260a31f09744419377dae409043f12bb7418c38"
STABLEHLO_SHA256 = "41cacc34cb591fbc73674f135475928987a1e8ff929ad1329b17bd75a449d102"
http_archive(
name = "stablehlo",
sha256 = STABLEHLO_SHA256,
Expand Down

0 comments on commit be1b499

Please sign in to comment.