Changed Version of Bazel to version 6.5.0

PiperOrigin-RevId: 600868265
This commit is contained in:
A. Unique TensorFlower 2024-01-23 12:14:21 -08:00 committed by TensorFlower Gardener
parent 369622cb84
commit a53139956c
7 changed files with 11 additions and 10 deletions

View File

@ -1,2 +1,2 @@
6.1.0
6.5.0
# NOTE: Update Bazel version in tensorflow/tools/ci_build/release/common.sh.oss

View File

@ -1,14 +1,14 @@
"""Generates cubin headers for TF dialect ops."""
load("@local_config_cuda//cuda:build_defs.bzl", "cuda_gpu_architectures")
load(
"@local_config_rocm//rocm:build_defs.bzl",
"rocm_gpu_architectures",
)
load(
"@local_xla//xla/stream_executor:build_defs.bzl",
"if_gpu_is_configured",
)
load(
"@local_config_rocm//rocm:build_defs.bzl",
"rocm_gpu_architectures",
)
load("@bazel_tools//tools/cpp:toolchain_utils.bzl", "find_cpp_toolchain", "use_cpp_toolchain")
def _lookup_file(filegroup, path):
@ -217,6 +217,7 @@ _gen_kernel_bin_rule = rule(
outputs = {"kernel": "%{name}_kernel.o"},
toolchains = use_cpp_toolchain(),
implementation = _gen_kernel_bin_impl,
provides = [CcInfo],
)
# Returns the shape string (e.g. "4x4" or "16Bx2") as comma-separated integers.

View File

@ -14,7 +14,7 @@
# limitations under the License.
# ==============================================================================
BAZEL_VERSION="6.1.0"
BAZEL_VERSION="6.5.0"
set +e
local_bazel_ver=$(bazel version 2>&1 | grep -i label | awk '{print $3}')

View File

@ -17,7 +17,7 @@
# This script is to be used to install bzel on non x86_64 systems
# It will compile bazel from source and install it in /usr/local/bin
BAZEL_VERSION="6.1.0"
BAZEL_VERSION="6.5.0"
set +e
local_bazel_ver=$(bazel version 2>&1 | grep -i label | awk '{print $3}')

View File

@ -17,7 +17,7 @@
# Keeps Bazel versions of the build scripts.
# LINT.IfChange
LATEST_BAZEL_VERSION=6.1.0
LATEST_BAZEL_VERSION=6.5.0
# LINT.ThenChange(
# //tensorflow/opensource_only/.bazelversion,
# //tensorflow/tools/ci_build/install/install_bazel.sh,

View File

@ -1,2 +1,2 @@
6.1.0
6.5.0
# NOTE: Update Bazel version in tensorflow/tools/ci_build/release/common.sh.oss

View File

@ -1,2 +1,2 @@
6.1.0
6.5.0
# NOTE: Update Bazel version in tensorflow/tools/ci_build/release/common.sh.oss