Skip to content

Commit d02c174

Browse files
authored
Update override_commit to new SHA in workspace.bzl
1 parent 2a627ca commit d02c174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/xla/workspace.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ load("//:workspace.bzl", "XLA_PATCHES")
77
def repo(extra_patches = [], override_commit = ""):
88
commit = XLA_COMMIT
99
sha = XLA_SHA256
10-
override_commit = "4cbb92b05688cbf249fb30d7625e57112ae5f96c"
10+
override_commit = "c2035cfa1fb8b9376d44cfdad67d3dd4c85b8731"
1111
if len(override_commit):
1212
commit = override_commit
1313
sha = ""

0 commit comments

Comments
 (0)