Skip to content

Commit de86b85

Browse files
committed
rebase
1 parent 3102669 commit de86b85

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

deps.bzl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,10 @@ def third_party_deps():
4242
http_archive(
4343
name = "torch-mlir-raw",
4444
build_file_content = "# empty",
45-
patches = ["//third_party/patches:torch-mlir-bazel.1.patch"],
45+
patches = ["//third_party/patches:torch-mlir-bazel-build.1.patch"],
4646
sha256 = TORCH_MLIR_SHA256,
4747
strip_prefix = "torch-mlir-" + TORCH_MLIR_COMMIT,
4848
urls = ["https://github.com/llvm/torch-mlir/archive/{commit}.tar.gz".format(commit = TORCH_MLIR_COMMIT)],
49-
patches = [
50-
"//third_party/patches:torch-mlir.1.patch",
51-
],
5249
)
5350

5451
SKYLIB_VERSION = "1.3.0"
File renamed without changes.

third_party/patches/torch-mlir.1.patch

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)