We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11cef65 commit 2195a3bCopy full SHA for 2195a3b
third_party/xla/workspace.bzl
@@ -17,6 +17,6 @@ def repo(extra_patches = [], override_commit = ""):
17
strip_prefix = "xla-{commit}".format(commit = commit),
18
urls = ["https://github.com/openxla/xla/archive/{commit}.tar.gz".format(commit = commit)],
19
patch_cmds = XLA_PATCHES + extra_patches,
20
- patches = ["//:patches/xla.patch", "//:patches/xla_win.patch"],
+ patches = ["//:patches/xla.patch", "//:patches/xla_win.patch"],
21
patch_args = ["-p1"],
22
)
0 commit comments