@@ -263,10 +263,11 @@ build:cuda_clang_official --action_env=CLANG_CUDA_COMPILER_PATH="/usr/lib/llvm-1
263263build:cuda_clang_official --crosstool_top="@local_config_cuda//crosstool:toolchain"
264264
265265# Build with nvcc for CUDA and clang for host
266- build:nvcc_clang --config=cuda
267- build:nvcc_clang --action_env=TF_NVCC_CLANG="1"
268- build:nvcc_clang --@local_config_cuda//:cuda_compiler=nvcc
269-
266+ build:cuda_nvcc --config=cuda
267+ build:cuda_nvcc --action_env=TF_NVCC_CLANG="1"
268+ build:cuda_nvcc --@local_config_cuda//:cuda_compiler=nvcc
269+ # Old config for backward compatibility
270+ build:nvcc_clang --config=cuda_nvcc
270271
271272# Debug config
272273build:dbg -c dbg
@@ -301,6 +302,7 @@ build:rocm --config=release_cpu_linux_base
301302build:rocm --action_env=CLANG_COMPILER_PATH="/usr/lib/llvm-18/bin/clang"
302303build:rocm --action_env=TF_ROCM_CLANG="1"
303304build:rocm --linkopt="-fuse-ld=lld"
305+ build:rocm --host_linkopt="-fuse-ld=lld"
304306# We have some invalid linker scripts in the build,
305307# so we need to disable this check
306308build:rocm --linkopt=-Wl,--undefined-version
@@ -595,7 +597,7 @@ build:rbe_linux_rocm_base --action_env=TF_ROCM_CONFIG_REPO="@ubuntu20.04-gcc9_ma
595597build:rbe_linux_rocm_py3.9 --config=rbe_linux_rocm_base --repo_env=TF_PYTHON_CONFIG_REPO="@ubuntu20.04-gcc9_manylinux2014-rocm_config_python3.9"
596598
597599build:rbe_linux_cuda_nvcc --config=rbe_linux_cuda
598- build:rbe_linux_cuda_nvcc --config=nvcc_clang
600+ build:rbe_linux_cuda_nvcc --config=cuda_nvcc
599601build:rbe_linux_cuda_nvcc --repo_env TF_NCCL_USE_STUB=1
600602
601603build:rbe_win_base --config=rbe_base
@@ -789,27 +791,27 @@ build:linux_libtensorflow_build --config=cuda_wheel -- //tensorflow/tools/lib_pa
789791test:linux_cpu_wheel_test_filters --test_tag_filters=-no_oss,-oss_excluded,-oss_serial,-gpu,-tpu,-benchmark-test,-v1only,-no_oss_py38,-no_oss_py39,-no_oss_py310
790792test:linux_cpu_wheel_test_filters --build_tag_filters=-no_oss,-oss_excluded,-oss_serial,-gpu,-tpu,-benchmark-test,-v1only,-no_oss_py38,-no_oss_py39,-no_oss_py310
791793test:linux_cpu_wheel_test_filters --test_lang_filters=py --test_size_filters=small,medium
792- test:linux_cpu_wheel_test --config=linux_cpu_wheel_test_filters -- //tensorflow/... -//tensorflow/python/integration_testing /... -//tensorflow/compiler/tf2tensorrt/... -//tensorflow/core/tpu/... -//tensorflow/lite/... -//tensorflow/tools/toolchains/...
794+ test:linux_cpu_wheel_test --@local_xla//xla/tsl:wheel_dependency=true -- config=linux_cpu_wheel_test_filters -- //tensorflow/... -//tensorflow/compiler/tf2tensorrt/... -//tensorflow/core/tpu/... -//tensorflow/lite/... -//tensorflow/tools/toolchains/...
793795# CUDA WHEEL
794796test:linux_cuda_wheel_test_filters --test_tag_filters=gpu,requires-gpu,-no_gpu,-no_oss,-oss_excluded,-oss_serial,-benchmark-test,-no_cuda11,-no_oss_py38,-no_oss_py39,-no_oss_py310
795797test:linux_cuda_wheel_test_filters --build_tag_filters=gpu,requires-gpu,-no_gpu,-no_oss,-oss_excluded,-oss_serial,-benchmark-test,-no_cuda11,-no_oss_py38,-no_oss_py39,-no_oss_py310
796798test:linux_cuda_wheel_test_filters --test_lang_filters=py --test_size_filters=small,medium
797- test:linux_cuda_wheel_test --config=linux_cuda_wheel_test_filters -- //tensorflow/... -//tensorflow/python/integration_testing /... -//tensorflow/compiler/tf2tensorrt/... -//tensorflow/core/tpu/... -//tensorflow/lite/... -//tensorflow/tools/toolchains/...
799+ test:linux_cuda_wheel_test --@local_xla//xla/tsl:wheel_dependency=true -- config=linux_cuda_wheel_test_filters -- //tensorflow/... -//tensorflow/compiler/tf2tensorrt/... -//tensorflow/core/tpu/... -//tensorflow/lite/... -//tensorflow/tools/toolchains/...
798800# ARM64 WHEEL
799801test:linux_arm64_wheel_test_filters --test_tag_filters=-no_oss,-no_aarch64,-oss_excluded,-oss_serial,-gpu,-tpu,-benchmark-test,-v1only,-no_oss_py38,-no_oss_py39,-no_oss_py310
800802test:linux_arm64_wheel_test_filters --build_tag_filters=-no_oss,-no_aarch64,-oss_excluded,-oss_serial,-gpu,-tpu,-benchmark-test,-v1only,-no_oss_py38,-no_oss_py39,-no_oss_py310
801803test:linux_arm64_wheel_test_filters --test_lang_filters=py --test_size_filters=small,medium
802- test:linux_arm64_wheel_test --config=linux_arm64_wheel_test_filters -- //tensorflow/... -//tensorflow/python/integration_testing/... -//tensorflow/ compiler/tf2tensorrt/... -//tensorflow/core/tpu/... -//tensorflow/lite/... -//tensorflow/tools/toolchains/... -//tensorflow/go/... -//tensorflow/java/... -//tensorflow/core/grappler/optimizers:auto_mixed_precision_test_cpu -//tensorflow/core/grappler/optimizers:remapper_test_cpu -//tensorflow/core/kernels/image:resize_bicubic_op_test
804+ test:linux_arm64_wheel_test --@local_xla//xla/tsl:wheel_dependency=true -- config=linux_arm64_wheel_test_filters -- //tensorflow/... -//tensorflow/compiler/tf2tensorrt/... -//tensorflow/core/tpu/... -//tensorflow/lite/... -//tensorflow/tools/toolchains/... -//tensorflow/go/... -//tensorflow/java/... -//tensorflow/core/grappler/optimizers:auto_mixed_precision_test_cpu -//tensorflow/core/grappler/optimizers:remapper_test_cpu -//tensorflow/core/kernels/image:resize_bicubic_op_test
803805# MACOS ARM64 WHEEL
804806test:macos_arm64_wheel_test_filters --test_tag_filters=-no_oss,-oss_excluded,-oss_serial,-no_oss_py39,-no_oss_py310,-nomac,-no_mac,-mac_excluded,-v1only,-gpu,-tpu,-benchmark-test,-no_mac_arm64,-no_aarch64
805807test:macos_arm64_wheel_test_filters --build_tag_filters=-no_oss,-oss_excluded,-oss_serial,-no_oss_py39,-no_oss_py310,-nomac,-no_mac,-mac_excluded,-v1only,-gpu,-tpu,-benchmark-test,-no_mac_arm64,-no_aarch64
806808test:macos_arm64_wheel_test_filters --test_lang_filters=py --test_size_filters=small,medium
807- test:macos_arm64_wheel_test --config=macos_arm64_wheel_test_filters -- //tensorflow/... -//tensorflow/python/integration_testing /... -//tensorflow/compiler/tf2tensorrt/... -//tensorflow/core/tpu/... -//tensorflow/lite/... -//tensorflow/tools/toolchains/... -//tensorflow/go/... -//tensorflow/java/... -//tensorflow/compiler/aot/...
809+ test:macos_arm64_wheel_test --@local_xla//xla/tsl:wheel_dependency=true -- config=macos_arm64_wheel_test_filters -- //tensorflow/... -//tensorflow/compiler/tf2tensorrt/... -//tensorflow/core/tpu/... -//tensorflow/lite/... -//tensorflow/tools/toolchains/... -//tensorflow/go/... -//tensorflow/java/... -//tensorflow/compiler/aot/...
808810# MACOS X86 WHEEL
809811test:macos_x86_wheel_test_filters --test_tag_filters=-no_oss,-oss_excluded,-oss_serial,-no_oss_py38,-no_oss_py39,-no_oss_py310,-nomac,-no_mac,-mac_excluded,-v1only,-gpu,-tpu,-benchmark-test
810812test:macos_x86_wheel_test_filters --build_tag_filters=-no_oss,-oss_excluded,-oss_serial,-no_oss_py38,-no_oss_py39,-no_oss_py310,-nomac,-no_mac,-mac_excluded,-v1only,-gpu,-tpu,-benchmark-test
811813test:macos_x86_wheel_test_filters --test_lang_filters=py --test_size_filters=small,medium
812- test:macos_x86_wheel_test --config=macos_x86_wheel_test_filters -- //tensorflow/... -//tensorflow/python/integration_testing /... -//tensorflow/compiler/tf2tensorrt/... -//tensorflow/core/tpu/... -//tensorflow/lite/... -//tensorflow/tools/toolchains/... -//tensorflow/go/... -//tensorflow/java/... -//tensorflow/compiler/aot/...
814+ test:macos_x86_wheel_test --@local_xla//xla/tsl:wheel_dependency=true -- config=macos_x86_wheel_test_filters -- //tensorflow/... -//tensorflow/compiler/tf2tensorrt/... -//tensorflow/core/tpu/... -//tensorflow/lite/... -//tensorflow/tools/toolchains/... -//tensorflow/go/... -//tensorflow/java/... -//tensorflow/compiler/aot/...
813815
814816# PYCPP TESTS run a suite of Python and C++ tests to verify general correctness over
815817# the whole TF code base. These are usually run continuously or upon presubmit.
0 commit comments