From cf047f7755f3400ee128db2571042091fe9f8314 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Thu, 20 Sep 2018 23:31:26 -0700 Subject: Fix cub include path so that TensorFlow compiles when used as a bazel dependency. PiperOrigin-RevId: 213942340 --- third_party/cub.BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party') diff --git a/third_party/cub.BUILD b/third_party/cub.BUILD index 29159c9dad..a04347b21e 100644 --- a/third_party/cub.BUILD +++ b/third_party/cub.BUILD @@ -20,6 +20,7 @@ filegroup( cc_library( name = "cub", hdrs = if_cuda([":cub_header_files"]), + include_prefix = "third_party", deps = [ "@local_config_cuda//cuda:cuda_headers", ], -- cgit v1.2.3