Skip to content

Commit 1257c19

Browse files
committed
fix
1 parent c6d789e commit 1257c19

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

third_party/xla/workspace.bzl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,4 @@ def repo(extra_patches = [], override_commit = ""):
1717
strip_prefix = "openxla-xla-{commit}".format(commit = commit[:7]),
1818
urls = ["https://api.github.com/repos/openxla/xla/tarball/{commit}".format(commit = commit)],
1919
patch_cmds = XLA_PATCHES + extra_patches,
20-
patches = ["//:patches/xla.patch"],
21-
patch_args = ["-p1"],
2220
)

0 commit comments

Comments
 (0)