aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tensorflow/core/grappler/BUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/tensorflow/core/grappler/BUILD b/tensorflow/core/grappler/BUILD
index c3065df27b..66cbbf1c1f 100644
--- a/tensorflow/core/grappler/BUILD
+++ b/tensorflow/core/grappler/BUILD
@@ -2,6 +2,8 @@ licenses(["notice"]) # Apache 2.0
exports_files(["LICENSE"])
+load("//tensorflow:tensorflow.bzl", "tf_cuda_library")
+
filegroup(
name = "all_files",
srcs = glob(
@@ -51,7 +53,7 @@ cc_test(
],
)
-cc_library(
+tf_cuda_library(
name = "devices",
srcs = ["devices.cc"],
hdrs = ["devices.h"],