Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 628695738
  • Loading branch information
tensorflower-gardener committed Apr 30, 2024
1 parent 65206ee commit 66dbdc9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 9 deletions.
7 changes: 0 additions & 7 deletions tensorflow/core/lib/hash/BUILD
Expand Up @@ -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"],
)
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/core/public/version.h
Expand Up @@ -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).
//
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/python/compat/compat.py
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions third_party/xla/xla/service/gpu/BUILD
Expand Up @@ -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(
Expand Down

0 comments on commit 66dbdc9

Please sign in to comment.