Skip to content

Commit

Permalink
TODO on removing patch
Browse files Browse the repository at this point in the history
  • Loading branch information
sjain-stanford committed Oct 20, 2023
1 parent 7a20a4b commit ac4a48f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ def third_party_deps():
sha256 = STABLEHLO_SHA256,
strip_prefix = "stablehlo-" + STABLEHLO_COMMIT,
urls = ["https://github.com/openxla/stablehlo/archive/{commit}.tar.gz".format(commit = STABLEHLO_COMMIT)],
# This patch allows testing stablehlo from mlir-tcp
# Note: This patch allows testing stablehlo from mlir-tcp
# TODO: Remove after https://github.com/openxla/stablehlo/pull/1810 lands
patches = ["@//:stablehlo.patch"],
patch_args = ["-p1"],
)
Expand Down

0 comments on commit ac4a48f

Please sign in to comment.