Skip to content

Commit 7889004

Browse files
WillFroomcopybara-github
authored andcommitted
[XLA:CPU] Enable more flexible layout assignment in DotThunk.
PiperOrigin-RevId: 722725382
1 parent fb28268 commit 7889004

File tree

2 files changed

+2
-40
lines changed

2 files changed

+2
-40
lines changed

third_party/absl/nvidia_jetson.patch

-35
This file was deleted.

third_party/absl/workspace.bzl

+2-5
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ def repo():
77

88
# Attention: tools parse and update these lines.
99
# LINT.IfChange
10-
ABSL_COMMIT = "fb3621f4f897824c0dbe0615fa94543df6192f30"
11-
ABSL_SHA256 = "0320586856674d16b0b7a4d4afb22151bdc798490bb7f295eddd8f6a62b46fea"
10+
ABSL_COMMIT = "9ac7062b1860d895fb5a8cbf58c3e9ef8f674b5f"
11+
ABSL_SHA256 = "fd5062972ac6c5575bc8fb6fb1cd6e7c563730be96be4c17b8dcca74a9c5892d"
1212
# LINT.ThenChange(//tensorflow/lite/tools/cmake/modules/abseil-cpp.cmake)
1313

1414
SYS_DIRS = [
@@ -44,7 +44,4 @@ def repo():
4444
system_link_files = SYS_LINKS,
4545
strip_prefix = "abseil-cpp-{commit}".format(commit = ABSL_COMMIT),
4646
urls = tf_mirror_urls("https://github.com/abseil/abseil-cpp/archive/{commit}.tar.gz".format(commit = ABSL_COMMIT)),
47-
patch_file = [
48-
"//third_party/absl:nvidia_jetson.patch",
49-
],
5047
)

0 commit comments

Comments
 (0)