From ab39198aceb641d7be631ba85091a4139edf203f Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 11 Jul 2018 04:52:49 -0700 Subject: Add CROSSTOOL for Windows GPU build with nvcc compiler After this change, to build TensorFlow with GPU support on Windows, you just need to follow the same procedure as Linux. Also re-enable remote cache since the bug in b/111106393 has been fixed by the new wrapper script. The clean-up of the wrapper scripts also made the build around 5 mins faster than using Bazel's msvc wrapper script. PiperOrigin-RevId: 204105368 --- tools/bazel.rc | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools') diff --git a/tools/bazel.rc b/tools/bazel.rc index 1c1e6afb65..3559375d5c 100644 --- a/tools/bazel.rc +++ b/tools/bazel.rc @@ -36,8 +36,6 @@ build:cuda --define=using_cuda=true --define=using_cuda_nvcc=true build:cuda_clang --crosstool_top=@local_config_cuda//crosstool:toolchain build:cuda_clang --define=using_cuda=true --define=using_cuda_clang=true --define=using_clang=true -build:win-cuda --define=using_cuda=true --define=using_cuda_nvcc=true - build:mkl --define=using_mkl=true build:sycl --crosstool_top=@local_config_sycl//crosstool:toolchain -- cgit v1.2.3