From 1cb96893a64f59b7265f9def9968f7bed1e57662 Mon Sep 17 00:00:00 2001 From: Andrew Harp Date: Thu, 8 Dec 2016 20:05:49 -0800 Subject: Merge changes from github. Additionally: - change single quotes to double quotes to make path rewriting easier - guard windows lib reference with PLATFORM_WINDOWS - fixed failing kmeans test Change: 141515942 --- tools/bazel.rc.template | 1 + 1 file changed, 1 insertion(+) (limited to 'tools') diff --git a/tools/bazel.rc.template b/tools/bazel.rc.template index 7a5c2aac80..8f99bf02fa 100644 --- a/tools/bazel.rc.template +++ b/tools/bazel.rc.template @@ -1,5 +1,6 @@ build:cuda --crosstool_top=@local_config_cuda//crosstool:toolchain build:cuda --define=using_cuda=true --define=using_cuda_nvcc=true +build:win-cuda --define=using_cuda=true --define=using_cuda_nvcc=true build:sycl --crosstool_top=@local_config_sycl//crosstool:toolchain build:sycl --define=using_sycl=true -- cgit v1.2.3