mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Changed Version of Bazel to version 6.5.0
PiperOrigin-RevId: 600868265
This commit is contained in:
parent
369622cb84
commit
a53139956c
|
|
@ -1,2 +1,2 @@
|
|||
6.1.0
|
||||
6.5.0
|
||||
# NOTE: Update Bazel version in tensorflow/tools/ci_build/release/common.sh.oss
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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}')
|
||||
|
|
|
|||
|
|
@ -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}')
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
2
third_party/xla/.bazelversion
vendored
2
third_party/xla/.bazelversion
vendored
|
|
@ -1,2 +1,2 @@
|
|||
6.1.0
|
||||
6.5.0
|
||||
# NOTE: Update Bazel version in tensorflow/tools/ci_build/release/common.sh.oss
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
6.1.0
|
||||
6.5.0
|
||||
# NOTE: Update Bazel version in tensorflow/tools/ci_build/release/common.sh.oss
|
||||
Loading…
Reference in New Issue
Block a user