Unify nogpu and no_gpu tags.
See https://github.com/tensorflow/tensorflow/issues/33987 PiperOrigin-RevId: 282724583 Change-Id: Iaa370f801dbb6f6cb2eb5ffb32c32355938a0a40
This commit is contained in:
parent
43554446a8
commit
3a91a0251b
@ -9,8 +9,8 @@ tf_cuda_cc_test(
|
|||||||
name = "profiler_test",
|
name = "profiler_test",
|
||||||
srcs = ["profiler_test.cc"],
|
srcs = ["profiler_test.cc"],
|
||||||
tags = [
|
tags = [
|
||||||
|
"no_gpu", # b/77649654
|
||||||
"no_rocm", # stream level tracing not supported on ROCm
|
"no_rocm", # stream level tracing not supported on ROCm
|
||||||
"nogpu", # b/77649654
|
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
":profiler",
|
":profiler",
|
||||||
|
@ -3572,8 +3572,8 @@ tf_cc_test(
|
|||||||
],
|
],
|
||||||
tags = [
|
tags = [
|
||||||
"local",
|
"local",
|
||||||
|
"no_gpu",
|
||||||
"no_windows",
|
"no_windows",
|
||||||
"nogpu",
|
|
||||||
"nomac",
|
"nomac",
|
||||||
"notap",
|
"notap",
|
||||||
],
|
],
|
||||||
|
@ -422,9 +422,9 @@ cuda_py_test(
|
|||||||
"//tensorflow/python:framework_test_lib",
|
"//tensorflow/python:framework_test_lib",
|
||||||
],
|
],
|
||||||
tags = [
|
tags = [
|
||||||
|
"no_gpu", #TODO(b/141255188): Enable test after bug is resolved.
|
||||||
"no_oss",
|
"no_oss",
|
||||||
"no_windows_gpu",
|
"no_windows_gpu",
|
||||||
"nogpu", #TODO(b/141255188): Enable test after bug is resolved.
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -2369,7 +2369,6 @@ cuda_py_test(
|
|||||||
tags = [
|
tags = [
|
||||||
"manual",
|
"manual",
|
||||||
"no_gpu",
|
"no_gpu",
|
||||||
"nogpu",
|
|
||||||
"noguitar",
|
"noguitar",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
@ -404,8 +404,8 @@ cuda_py_test(
|
|||||||
],
|
],
|
||||||
shard_count = 10,
|
shard_count = 10,
|
||||||
tags = [
|
tags = [
|
||||||
|
"no_gpu", # TODO(b/136560979): flaky
|
||||||
"no_mac", # TODO(b/124822121): Re-enable this test.
|
"no_mac", # TODO(b/124822121): Re-enable this test.
|
||||||
"nogpu", # TODO(b/136560979): flaky
|
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ def tpu_py_test(
|
|||||||
tags = [
|
tags = [
|
||||||
"tpu",
|
"tpu",
|
||||||
"no_pip",
|
"no_pip",
|
||||||
"nogpu",
|
"no_gpu",
|
||||||
"nomac",
|
"nomac",
|
||||||
] + tags
|
] + tags
|
||||||
|
|
||||||
|
@ -43,7 +43,7 @@ yes "" | "$PYTHON_BIN_PATH" configure.py
|
|||||||
# Get the default test targets for bazel.
|
# Get the default test targets for bazel.
|
||||||
source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh
|
source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh
|
||||||
|
|
||||||
tag_filters="gpu,requires-gpu,-no_gpu,-nogpu,-no_oss,-oss_serial,-no_oss_py2"
|
tag_filters="gpu,requires-gpu,-no_gpu,-no_oss,-oss_serial,-no_oss_py2"
|
||||||
|
|
||||||
bazel test --config=cuda --config=opt \
|
bazel test --config=cuda --config=opt \
|
||||||
--crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain \
|
--crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain \
|
||||||
|
@ -42,7 +42,7 @@ yes "" | "$PYTHON_BIN_PATH" configure.py
|
|||||||
# Get the default test targets for bazel.
|
# Get the default test targets for bazel.
|
||||||
source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh
|
source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh
|
||||||
|
|
||||||
tag_filters="gpu,requires-gpu,-no_gpu,-nogpu,-no_oss,-oss_serial,-no_oss_py2"
|
tag_filters="gpu,requires-gpu,-no_gpu,-no_oss,-oss_serial,-no_oss_py2"
|
||||||
|
|
||||||
bazel test --config=cuda --config=opt \
|
bazel test --config=cuda --config=opt \
|
||||||
--crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain \
|
--crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain \
|
||||||
|
@ -48,7 +48,7 @@ yes "" | "$PYTHON_BIN_PATH" configure.py
|
|||||||
source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh
|
source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh
|
||||||
|
|
||||||
# Export optional variables for running pip.sh
|
# Export optional variables for running pip.sh
|
||||||
export TF_TEST_FILTER_TAGS='gpu,requires-gpu,-no_gpu,-nogpu,-no_oss,-oss_serial'
|
export TF_TEST_FILTER_TAGS='gpu,requires-gpu,-no_gpu,-no_oss,-oss_serial'
|
||||||
export TF_BUILD_FLAGS="--config=opt --config=v2 --config=cuda --distinct_host_configuration=false \
|
export TF_BUILD_FLAGS="--config=opt --config=v2 --config=cuda --distinct_host_configuration=false \
|
||||||
--action_env=TF_CUDA_VERSION --action_env=TF_CUDNN_VERSION --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain "
|
--action_env=TF_CUDA_VERSION --action_env=TF_CUDNN_VERSION --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain "
|
||||||
export TF_TEST_FLAGS="--test_tag_filters=${TF_TEST_FILTER_TAGS} --build_tag_filters=${TF_TEST_FILTER_TAGS} --distinct_host_configuration=false \
|
export TF_TEST_FLAGS="--test_tag_filters=${TF_TEST_FILTER_TAGS} --build_tag_filters=${TF_TEST_FILTER_TAGS} --distinct_host_configuration=false \
|
||||||
|
@ -45,7 +45,7 @@ export TF_CUDA_COMPUTE_CAPABILITIES=3.5,3.7,5.2,6.0,6.1,7.0
|
|||||||
yes "" | "$PYTHON_BIN_PATH" configure.py
|
yes "" | "$PYTHON_BIN_PATH" configure.py
|
||||||
|
|
||||||
# Export optional variables for running pip.sh
|
# Export optional variables for running pip.sh
|
||||||
export TF_TEST_FILTER_TAGS='gpu,requires-gpu,-no_gpu,-nogpu,-no_oss,-oss_serial'
|
export TF_TEST_FILTER_TAGS='gpu,requires-gpu,-no_gpu,-no_oss,-oss_serial'
|
||||||
export TF_BUILD_FLAGS="--config=opt --config=cuda --distinct_host_configuration=false \
|
export TF_BUILD_FLAGS="--config=opt --config=cuda --distinct_host_configuration=false \
|
||||||
--action_env=TF_CUDA_VERSION --action_env=TF_CUDNN_VERSION --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain "
|
--action_env=TF_CUDA_VERSION --action_env=TF_CUDNN_VERSION --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain "
|
||||||
export TF_TEST_FLAGS="--test_tag_filters=${TF_TEST_FILTER_TAGS} --build_tag_filters=${TF_TEST_FILTER_TAGS} \
|
export TF_TEST_FLAGS="--test_tag_filters=${TF_TEST_FILTER_TAGS} --build_tag_filters=${TF_TEST_FILTER_TAGS} \
|
||||||
|
@ -43,7 +43,7 @@ yes "" | "$PYTHON_BIN_PATH" configure.py
|
|||||||
# Get the default test targets for bazel.
|
# Get the default test targets for bazel.
|
||||||
source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh
|
source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh
|
||||||
|
|
||||||
tag_filters="gpu,requires-gpu,-no_gpu,-nogpu,-no_oss,-oss_serial,-no_oss_py35"
|
tag_filters="gpu,requires-gpu,-no_gpu,-no_oss,-oss_serial,-no_oss_py35"
|
||||||
|
|
||||||
bazel test --config=cuda --config=opt \
|
bazel test --config=cuda --config=opt \
|
||||||
--crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain \
|
--crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain \
|
||||||
|
@ -42,7 +42,7 @@ yes "" | "$PYTHON_BIN_PATH" configure.py
|
|||||||
# Get the default test targets for bazel.
|
# Get the default test targets for bazel.
|
||||||
source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh
|
source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh
|
||||||
|
|
||||||
tag_filters="gpu,requires-gpu,-no_gpu,-nogpu,-no_oss,-oss_serial,-no_oss_py35"
|
tag_filters="gpu,requires-gpu,-no_gpu,-no_oss,-oss_serial,-no_oss_py35"
|
||||||
|
|
||||||
bazel test --config=cuda --config=opt \
|
bazel test --config=cuda --config=opt \
|
||||||
--crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain \
|
--crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain \
|
||||||
|
@ -48,7 +48,7 @@ yes "" | "$PYTHON_BIN_PATH" configure.py
|
|||||||
source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh
|
source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh
|
||||||
|
|
||||||
# Export optional variables for running pip.sh
|
# Export optional variables for running pip.sh
|
||||||
export TF_TEST_FILTER_TAGS='gpu,requires-gpu,-no_gpu,-nogpu,-no_oss,-oss_serial,-no_oss_py35'
|
export TF_TEST_FILTER_TAGS='gpu,requires-gpu,-no_gpu,-no_oss,-oss_serial,-no_oss_py35'
|
||||||
export TF_BUILD_FLAGS="--config=opt --config=v2 --config=cuda --distinct_host_configuration=false \
|
export TF_BUILD_FLAGS="--config=opt --config=v2 --config=cuda --distinct_host_configuration=false \
|
||||||
--action_env=TF_CUDA_VERSION --action_env=TF_CUDNN_VERSION --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain "
|
--action_env=TF_CUDA_VERSION --action_env=TF_CUDNN_VERSION --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain "
|
||||||
export TF_TEST_FLAGS="--test_tag_filters=${TF_TEST_FILTER_TAGS} --build_tag_filters=${TF_TEST_FILTER_TAGS} \
|
export TF_TEST_FLAGS="--test_tag_filters=${TF_TEST_FILTER_TAGS} --build_tag_filters=${TF_TEST_FILTER_TAGS} \
|
||||||
|
@ -45,7 +45,7 @@ export TF_CUDA_COMPUTE_CAPABILITIES=3.5,3.7,5.2,6.0,6.1,7.0
|
|||||||
yes "" | "$PYTHON_BIN_PATH" configure.py
|
yes "" | "$PYTHON_BIN_PATH" configure.py
|
||||||
|
|
||||||
# Export optional variables for running pip.sh
|
# Export optional variables for running pip.sh
|
||||||
export TF_TEST_FILTER_TAGS='gpu,requires-gpu,-no_gpu,-nogpu,-no_oss,-oss_serial,-no_oss_py35'
|
export TF_TEST_FILTER_TAGS='gpu,requires-gpu,-no_gpu,-no_oss,-oss_serial,-no_oss_py35'
|
||||||
export TF_BUILD_FLAGS="--config=opt --config=cuda --distinct_host_configuration=false \
|
export TF_BUILD_FLAGS="--config=opt --config=cuda --distinct_host_configuration=false \
|
||||||
--action_env=TF_CUDA_VERSION --action_env=TF_CUDNN_VERSION --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain "
|
--action_env=TF_CUDA_VERSION --action_env=TF_CUDNN_VERSION --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain "
|
||||||
export TF_TEST_FLAGS="--test_tag_filters=${TF_TEST_FILTER_TAGS} --build_tag_filters=${TF_TEST_FILTER_TAGS} \
|
export TF_TEST_FLAGS="--test_tag_filters=${TF_TEST_FILTER_TAGS} --build_tag_filters=${TF_TEST_FILTER_TAGS} \
|
||||||
|
@ -43,7 +43,7 @@ yes "" | "$PYTHON_BIN_PATH" configure.py
|
|||||||
# Get the default test targets for bazel.
|
# Get the default test targets for bazel.
|
||||||
source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh
|
source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh
|
||||||
|
|
||||||
tag_filters="gpu,requires-gpu,-no_gpu,-nogpu,-no_oss,-oss_serial,-no_oss_py36"
|
tag_filters="gpu,requires-gpu,-no_gpu,-no_oss,-oss_serial,-no_oss_py36"
|
||||||
|
|
||||||
bazel test --config=cuda --config=opt \
|
bazel test --config=cuda --config=opt \
|
||||||
--crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain \
|
--crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain \
|
||||||
|
@ -42,7 +42,7 @@ yes "" | "$PYTHON_BIN_PATH" configure.py
|
|||||||
# Get the default test targets for bazel.
|
# Get the default test targets for bazel.
|
||||||
source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh
|
source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh
|
||||||
|
|
||||||
tag_filters="gpu,requires-gpu,-no_gpu,-nogpu,-no_oss,-oss_serial,-no_oss_py36"
|
tag_filters="gpu,requires-gpu,-no_gpu,-no_oss,-oss_serial,-no_oss_py36"
|
||||||
|
|
||||||
bazel test --config=cuda --config=opt \
|
bazel test --config=cuda --config=opt \
|
||||||
--crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain \
|
--crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain \
|
||||||
|
@ -48,7 +48,7 @@ yes "" | "$PYTHON_BIN_PATH" configure.py
|
|||||||
source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh
|
source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh
|
||||||
|
|
||||||
# Export optional variables for running pip.sh
|
# Export optional variables for running pip.sh
|
||||||
export TF_TEST_FILTER_TAGS='gpu,requires-gpu,-no_gpu,-nogpu,-no_oss,-oss_serial,-no_oss_py36'
|
export TF_TEST_FILTER_TAGS='gpu,requires-gpu,-no_gpu,-no_oss,-oss_serial,-no_oss_py36'
|
||||||
export TF_BUILD_FLAGS="--config=opt --config=v2 --config=cuda --distinct_host_configuration=false \
|
export TF_BUILD_FLAGS="--config=opt --config=v2 --config=cuda --distinct_host_configuration=false \
|
||||||
--action_env=TF_CUDA_VERSION --action_env=TF_CUDNN_VERSION --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain "
|
--action_env=TF_CUDA_VERSION --action_env=TF_CUDNN_VERSION --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain "
|
||||||
export TF_TEST_FLAGS="--test_tag_filters=${TF_TEST_FILTER_TAGS} --build_tag_filters=${TF_TEST_FILTER_TAGS} \
|
export TF_TEST_FLAGS="--test_tag_filters=${TF_TEST_FILTER_TAGS} --build_tag_filters=${TF_TEST_FILTER_TAGS} \
|
||||||
|
@ -45,7 +45,7 @@ export TF_CUDA_COMPUTE_CAPABILITIES=3.5,3.7,5.2,6.0,6.1,7.0
|
|||||||
yes "" | "$PYTHON_BIN_PATH" configure.py
|
yes "" | "$PYTHON_BIN_PATH" configure.py
|
||||||
|
|
||||||
# Export optional variables for running pip.sh
|
# Export optional variables for running pip.sh
|
||||||
export TF_TEST_FILTER_TAGS='gpu,requires-gpu,-no_gpu,-nogpu,-no_oss,-oss_serial,-no_oss_py36'
|
export TF_TEST_FILTER_TAGS='gpu,requires-gpu,-no_gpu,-no_oss,-oss_serial,-no_oss_py36'
|
||||||
export TF_BUILD_FLAGS="--config=opt --config=cuda --distinct_host_configuration=false \
|
export TF_BUILD_FLAGS="--config=opt --config=cuda --distinct_host_configuration=false \
|
||||||
--action_env=TF_CUDA_VERSION --action_env=TF_CUDNN_VERSION --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain "
|
--action_env=TF_CUDA_VERSION --action_env=TF_CUDNN_VERSION --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain "
|
||||||
export TF_TEST_FLAGS="--test_tag_filters=${TF_TEST_FILTER_TAGS} --build_tag_filters=${TF_TEST_FILTER_TAGS} \
|
export TF_TEST_FLAGS="--test_tag_filters=${TF_TEST_FILTER_TAGS} --build_tag_filters=${TF_TEST_FILTER_TAGS} \
|
||||||
|
@ -43,7 +43,7 @@ yes "" | "$PYTHON_BIN_PATH" configure.py
|
|||||||
# Get the default test targets for bazel.
|
# Get the default test targets for bazel.
|
||||||
source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh
|
source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh
|
||||||
|
|
||||||
tag_filters="gpu,requires-gpu,-no_gpu,-nogpu,-no_oss,-oss_serial,-no_oss_py37"
|
tag_filters="gpu,requires-gpu,-no_gpu,-no_oss,-oss_serial,-no_oss_py37"
|
||||||
|
|
||||||
bazel test --config=cuda --config=opt \
|
bazel test --config=cuda --config=opt \
|
||||||
--crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain \
|
--crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain \
|
||||||
|
@ -42,7 +42,7 @@ yes "" | "$PYTHON_BIN_PATH" configure.py
|
|||||||
# Get the default test targets for bazel.
|
# Get the default test targets for bazel.
|
||||||
source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh
|
source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh
|
||||||
|
|
||||||
tag_filters="gpu,requires-gpu,-no_gpu,-nogpu,-no_oss,-oss_serial,-no_oss_py37"
|
tag_filters="gpu,requires-gpu,-no_gpu,-no_oss,-oss_serial,-no_oss_py37"
|
||||||
|
|
||||||
bazel test --config=cuda --config=opt \
|
bazel test --config=cuda --config=opt \
|
||||||
--crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain \
|
--crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain \
|
||||||
|
@ -48,7 +48,7 @@ yes "" | "$PYTHON_BIN_PATH" configure.py
|
|||||||
source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh
|
source tensorflow/tools/ci_build/build_scripts/PRESUBMIT_BUILD_TARGETS.sh
|
||||||
|
|
||||||
# Export optional variables for running pip.sh
|
# Export optional variables for running pip.sh
|
||||||
export TF_TEST_FILTER_TAGS='gpu,requires-gpu,-no_gpu,-nogpu,-no_oss,-oss_serial,-no_oss_py37'
|
export TF_TEST_FILTER_TAGS='gpu,requires-gpu,-no_gpu,-no_oss,-oss_serial,-no_oss_py37'
|
||||||
export TF_BUILD_FLAGS="--config=opt --config=v2 --config=cuda --distinct_host_configuration=false \
|
export TF_BUILD_FLAGS="--config=opt --config=v2 --config=cuda --distinct_host_configuration=false \
|
||||||
--action_env=TF_CUDA_VERSION --action_env=TF_CUDNN_VERSION --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain "
|
--action_env=TF_CUDA_VERSION --action_env=TF_CUDNN_VERSION --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain "
|
||||||
export TF_TEST_FLAGS="--test_tag_filters=${TF_TEST_FILTER_TAGS} --build_tag_filters=${TF_TEST_FILTER_TAGS} \
|
export TF_TEST_FLAGS="--test_tag_filters=${TF_TEST_FILTER_TAGS} --build_tag_filters=${TF_TEST_FILTER_TAGS} \
|
||||||
|
@ -45,7 +45,7 @@ export TF_CUDA_COMPUTE_CAPABILITIES=3.5,3.7,5.2,6.0,6.1,7.0
|
|||||||
yes "" | "$PYTHON_BIN_PATH" configure.py
|
yes "" | "$PYTHON_BIN_PATH" configure.py
|
||||||
|
|
||||||
# Export optional variables for running pip.sh
|
# Export optional variables for running pip.sh
|
||||||
export TF_TEST_FILTER_TAGS='gpu,requires-gpu,-no_gpu,-nogpu,-no_oss,-oss_serial,-no_oss_py37'
|
export TF_TEST_FILTER_TAGS='gpu,requires-gpu,-no_gpu,-no_oss,-oss_serial,-no_oss_py37'
|
||||||
export TF_BUILD_FLAGS="--config=opt --config=cuda --distinct_host_configuration=false \
|
export TF_BUILD_FLAGS="--config=opt --config=cuda --distinct_host_configuration=false \
|
||||||
--action_env=TF_CUDA_VERSION --action_env=TF_CUDNN_VERSION --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain "
|
--action_env=TF_CUDA_VERSION --action_env=TF_CUDNN_VERSION --crosstool_top=//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.1:toolchain "
|
||||||
export TF_TEST_FLAGS="--test_tag_filters=${TF_TEST_FILTER_TAGS} --build_tag_filters=${TF_TEST_FILTER_TAGS} \
|
export TF_TEST_FLAGS="--test_tag_filters=${TF_TEST_FILTER_TAGS} --build_tag_filters=${TF_TEST_FILTER_TAGS} \
|
||||||
|
Loading…
Reference in New Issue
Block a user