From 03cb974777d00ddf05957d41aa3d44d7c76af924 Mon Sep 17 00:00:00 2001 From: Gunhan Gulsoy Date: Wed, 15 Jul 2020 00:24:00 -0700 Subject: [PATCH] Work around the bazel bug around /showIncludes logic on windows GPU builds. PiperOrigin-RevId: 321310704 Change-Id: Ie5182dd706696f8c5f425cec02919ca998bb15e8 --- third_party/gpus/cuda_configure.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/gpus/cuda_configure.bzl b/third_party/gpus/cuda_configure.bzl index a192c022a47..70bb91159de 100644 --- a/third_party/gpus/cuda_configure.bzl +++ b/third_party/gpus/cuda_configure.bzl @@ -187,6 +187,7 @@ def _get_win_cuda_defines(repository_ctx): # the same tmp directory escaped_cxx_include_directories = [ _get_nvcc_tmp_dir_for_windows(repository_ctx), + "C:\\\\botcode\\\\w", ] for path in escaped_include_paths.split(";"): if path: