Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 628553906
  • Loading branch information
tensorflower-gardener committed Apr 30, 2024
1 parent 65206ee commit f96d5de
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
Expand Up @@ -30,9 +30,7 @@ namespace internal {

namespace {

using llvm::DenseSet;
using mlir::Operation;
using mlir::TypeID;
using mlir::WalkResult;

#define GEN_PASS_DEF_INPUTLOWERINGMETRICSPASS
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 f96d5de

Please sign in to comment.