forked from tensorflow/tensorflow
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into gaurides/mkl_remapper_test
- Loading branch information
Showing
2,128 changed files
with
100,584 additions
and
68,550 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# This envrionment is experimental and should not yet be used for production jobs | ||
source ci/official/envs/ci_default | ||
TFCI_PYTHON_VERSION=3.10 | ||
TFCI_BAZEL_COMMON_ARGS="--config release_arm64_linux --config tf_public_cache_push --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION" | ||
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_arm64 | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_arm64_linux --config tf_public_cache_push --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION) | ||
TFCI_DOCKER_IMAGE=gcr.io/tensorflow-sigs/build-arm64:tf-latest-multi-python | ||
TFCI_DOCKER_REBUILD_ARGS=(--target=tf ci/official/containers/linux_arm64) | ||
TFCI_DOCKER_REBUILD_ARGS="--target=tf ci/official/containers/linux_arm64" | ||
TFCI_PYTHON_VERSION=3.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# This envrionment is experimental and should not yet be used for production jobs | ||
source ci/official/envs/ci_default | ||
TFCI_PYTHON_VERSION=3.11 | ||
TFCI_BAZEL_COMMON_ARGS="--config release_arm64_linux --config tf_public_cache_push --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION" | ||
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_arm64 | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_arm64_linux --config tf_public_cache_push --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION) | ||
TFCI_DOCKER_IMAGE=gcr.io/tensorflow-sigs/build-arm64:tf-latest-multi-python | ||
TFCI_DOCKER_REBUILD_ARGS=(--target=tf ci/official/containers/linux_arm64) | ||
TFCI_DOCKER_REBUILD_ARGS="--target=tf ci/official/containers/linux_arm64" | ||
TFCI_PYTHON_VERSION=3.11 |
6 changes: 6 additions & 0 deletions
6
ci/official/envs/continuous_linux_arm64_cpu_py311_cross_compile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# This envrionment is experimental and should not yet be used for production jobs | ||
TFCI_BAZEL_COMMON_ARGS="--config rbe_cross_compile_linux_arm64 --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION" | ||
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=cross_compile_linux_arm64 | ||
TFCI_DOCKER_IMAGE=gcr.io/tensorflow-sigs/build-arm64:tf-latest-multi-python | ||
TFCI_DOCKER_REBUILD_ARGS="--target=tf ci/official/containers/linux_arm64" | ||
TFCI_PYTHON_VERSION=3.11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# This envrionment is experimental and should not yet be used for production jobs | ||
source ci/official/envs/ci_default | ||
TFCI_PYTHON_VERSION=3.9 | ||
TFCI_BAZEL_COMMON_ARGS="--config release_arm64_linux --config tf_public_cache_push --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION" | ||
TFCI_BAZEL_TARGET_SELECTING_CONFIG_PREFIX=linux_arm64 | ||
TFCI_BAZEL_COMMON_ARGS=(--config release_arm64_linux --config tf_public_cache_push --repo_env=TF_PYTHON_VERSION=$TFCI_PYTHON_VERSION) | ||
TFCI_DOCKER_IMAGE=gcr.io/tensorflow-sigs/build-arm64:tf-latest-multi-python | ||
TFCI_DOCKER_REBUILD_ARGS=(--target=tf ci/official/containers/linux_arm64) | ||
TFCI_DOCKER_REBUILD_ARGS="--target=tf ci/official/containers/linux_arm64" | ||
TFCI_PYTHON_VERSION=3.9 |
Oops, something went wrong.