aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/BUILD')
-rw-r--r--tensorflow/BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/tensorflow/BUILD b/tensorflow/BUILD
index 5f73da68a2..4876b51a6f 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -225,6 +225,12 @@ config_setting(
)
config_setting(
+ name = "with_ignite_support",
+ define_values = {"with_ignite_support": "true"},
+ visibility = ["//visibility:public"],
+)
+
+config_setting(
name = "with_cuda_support_windows_override",
define_values = {"using_cuda_nvcc": "true"},
values = {"cpu": "x64_windows"},