From 1dda3c8b1ce78bd286fb2a40dc0f009c4367f889 Mon Sep 17 00:00:00 2001 From: Amit Patankar Date: Wed, 7 Jul 2021 11:48:56 -0700 Subject: [PATCH] Revert the nvcc toolchains change. PiperOrigin-RevId: 383460609 Change-Id: I7f189782c81aa9f89a47bcc4107e42a67104c0e5 --- .bazelrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.bazelrc b/.bazelrc index c8f8fd7c1c8..e366f3a5550 100644 --- a/.bazelrc +++ b/.bazelrc @@ -561,7 +561,7 @@ test:release_base --test_size_filters=small,medium build:release_cpu_linux --config=release_base build:release_cpu_linux --config=avx_linux -build:release_cpu_linux --crosstool_top=@org_tensorflow//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda11.2:toolchain +build:release_cpu_linux --crosstool_top="@ubuntu18.04-gcc7_manylinux2010-cuda11.2-cudnn8.1-tensorrt7.2_config_cuda//crosstool:toolchain" test:release_cpu_linux --test_env=LD_LIBRARY_PATH build:release_cpu_macos --config=release_base @@ -577,8 +577,8 @@ build:release_gpu_linux --config=release_gpu_base build:release_gpu_linux --config=tensorrt build:release_gpu_linux --action_env=CUDA_TOOLKIT_PATH="/usr/local/cuda-11.2" build:release_gpu_linux --action_env=LD_LIBRARY_PATH="/usr/local/cuda:/usr/local/cuda/lib64:/usr/local/cuda/extras/CUPTI/lib64:/usr/local/tensorrt/lib" -build:release_gpu_linux --action_env=GCC_HOST_COMPILER_PATH="/usr/bin/gcc-5" -build:release_gpu_linux --crosstool_top=@org_tensorflow//third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda11.2:toolchain +build:release_gpu_linux --action_env=GCC_HOST_COMPILER_PATH="/dt7/usr/bin/gcc" +build:release_gpu_linux --crosstool_top=@ubuntu18.04-gcc7_manylinux2010-cuda11.2-cudnn8.1-tensorrt7.2_config_cuda//crosstool:toolchain build:release_cpu_windows --config=release_base build:release_cpu_windows --config=avx_win