From 66dbdc949c0d2a8b0bcca804697b2f9c5d0c3215 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Sat, 27 Apr 2024 11:00:36 -0700 Subject: [PATCH] Automated Code Change PiperOrigin-RevId: 628695738 --- tensorflow/core/lib/hash/BUILD | 7 ------- tensorflow/core/public/version.h | 2 +- tensorflow/python/compat/compat.py | 2 +- third_party/xla/xla/service/gpu/BUILD | 1 + 4 files changed, 3 insertions(+), 9 deletions(-) diff --git a/tensorflow/core/lib/hash/BUILD b/tensorflow/core/lib/hash/BUILD index 90694da2e8d910..c2b6018d034e64 100644 --- a/tensorflow/core/lib/hash/BUILD +++ b/tensorflow/core/lib/hash/BUILD @@ -13,15 +13,8 @@ package( "//tensorflow/core/lib/gtl:__pkg__", # tensorflow/core/lib/io/table_builder.cc uses crc functionality "//tensorflow/core/lib/io:__pkg__", - # tensorflow/core/lib/strings/proto_serialization.cc hashes proto bytes - "//tensorflow/core/lib/strings:__pkg__", - # tensorflow/core/platform:tracing depends on hash - "//tensorflow/core/platform:__subpackages__", - "@local_tsl//tsl/platform:__subpackages__", # tensorflow/core/framework:tensor depends on hash "//tensorflow/core/framework:__pkg__", - # For dependency on hash - "//tensorflow/cc/experimental/tf2:__subpackages__", ], licenses = ["notice"], ) diff --git a/tensorflow/core/public/version.h b/tensorflow/core/public/version.h index a202574fae39b6..73035e8d463d3e 100644 --- a/tensorflow/core/public/version.h +++ b/tensorflow/core/public/version.h @@ -108,7 +108,7 @@ limitations under the License. #define TF_GRAPH_DEF_VERSION_MIN_PRODUCER 0 #define TF_GRAPH_DEF_VERSION_MIN_CONSUMER 0 -#define TF_GRAPH_DEF_VERSION 1847 // Updated: 2024/4/29 +#define TF_GRAPH_DEF_VERSION 1848 // Updated: 2024/4/30 // Checkpoint compatibility versions (the versions field in SavedSliceMeta). // diff --git a/tensorflow/python/compat/compat.py b/tensorflow/python/compat/compat.py index 8cd23b7fe98372..bd190f77463601 100644 --- a/tensorflow/python/compat/compat.py +++ b/tensorflow/python/compat/compat.py @@ -29,7 +29,7 @@ # This value changes every day with an automatic CL. It can be modified in code # via `forward_compatibility_horizon()` or with the environment variable # TF_FORWARD_COMPATIBILITY_DELTA_DAYS, which is added to the compatibility date. -_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2024, 4, 29) +_FORWARD_COMPATIBILITY_HORIZON = datetime.date(2024, 4, 30) _FORWARD_COMPATIBILITY_DELTA_DAYS_VAR_NAME = "TF_FORWARD_COMPATIBILITY_DELTA_DAYS" _FORWARD_COMPATIBILITY_DATE_NUMBER = None diff --git a/third_party/xla/xla/service/gpu/BUILD b/third_party/xla/xla/service/gpu/BUILD index bbad515519f309..c19aef4db0daa5 100644 --- a/third_party/xla/xla/service/gpu/BUILD +++ b/third_party/xla/xla/service/gpu/BUILD @@ -4323,6 +4323,7 @@ xla_cc_test( cuda_library( name = "stream_executor_util_kernel", srcs = if_cuda_is_configured(["stream_executor_util_kernel.cu.cc"]), + deps = ["@local_config_cuda//cuda:cuda_headers"], ) cc_library(