aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/plugin/executor/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/compiler/plugin/executor/BUILD')
-rw-r--r--tensorflow/compiler/plugin/executor/BUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/tensorflow/compiler/plugin/executor/BUILD b/tensorflow/compiler/plugin/executor/BUILD
deleted file mode 100644
index 9bc706abdf..0000000000
--- a/tensorflow/compiler/plugin/executor/BUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-licenses(["restricted"])
-
-package(default_visibility = ["//visibility:public"])
-
-cc_library(
- name = "plugin_lib",
- srcs = glob([
- "*.cc",
- ]),
- hdrs = glob([
- "*.h",
- ]),
- deps = [
- "//tensorflow/compiler/jit:xla_jit_headers_lib",
- "//tensorflow/compiler/xla:xla_headers_lib",
- "//tensorflow/compiler/xla/service:hlo_evaluator",
- "//third_party/eigen3",
- "@local_config_cuda//cuda:cuda_headers",
- "@protobuf//:protobuf_headers",
- ],
-)
-
-filegroup(
- name = "all_files",
- srcs = glob(
- ["**/*"],
- exclude = [
- "**/METADATA",
- "**/OWNERS",
- ],
- ),
-)