We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d789e commit 1257c19Copy full SHA for 1257c19
third_party/xla/workspace.bzl
@@ -17,6 +17,4 @@ def repo(extra_patches = [], override_commit = ""):
17
strip_prefix = "openxla-xla-{commit}".format(commit = commit[:7]),
18
urls = ["https://api.github.com/repos/openxla/xla/tarball/{commit}".format(commit = commit)],
19
patch_cmds = XLA_PATCHES + extra_patches,
20
- patches = ["//:patches/xla.patch"],
21
- patch_args = ["-p1"],
22
)
0 commit comments