mirror of
https://github.com/zebrajr/tensorflow.git
synced 2026-01-15 12:15:41 +00:00
Revert the nvcc toolchains change.
PiperOrigin-RevId: 383460609 Change-Id: I7f189782c81aa9f89a47bcc4107e42a67104c0e5
This commit is contained in:
committed by
TensorFlower Gardener
parent
d841a93ea7
commit
1dda3c8b1c
6
.bazelrc
6
.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
|
||||
|
||||
Reference in New Issue
Block a user