aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--third_party/gpus/cuda/BUILD6
-rw-r--r--tools/bazel.rc.template2
2 files changed, 3 insertions, 5 deletions
diff --git a/third_party/gpus/cuda/BUILD b/third_party/gpus/cuda/BUILD
index 792dbb4268..abc391f326 100644
--- a/third_party/gpus/cuda/BUILD
+++ b/third_party/gpus/cuda/BUILD
@@ -18,8 +18,7 @@ config_setting(
config_setting(
name = "using_gcudacc",
values = {
- "define": "using_cuda=true",
- "copt": "--use_gcudacc",
+ "define": "using_cuda_gcudacc=true",
},
visibility = ["//visibility:public"],
)
@@ -27,8 +26,7 @@ config_setting(
config_setting(
name = "using_nvcc",
values = {
- "define": "using_cuda=true",
- "copt": "--use_nvcc",
+ "define": "using_cuda_nvcc=true",
},
)
diff --git a/tools/bazel.rc.template b/tools/bazel.rc.template
index e90ec790fd..2a88b98f34 100644
--- a/tools/bazel.rc.template
+++ b/tools/bazel.rc.template
@@ -1,5 +1,5 @@
build:cuda --crosstool_top=//third_party/gpus/crosstool
-build:cuda --define=using_cuda=true
+build:cuda --define=using_cuda=true --define=using_cuda_nvcc=true
build --force_python=py$PYTHON_MAJOR_VERSION
build --python$PYTHON_MAJOR_VERSION_path=$PYTHON_BINARY