Fixing util_cuda_kernel_helper_test_gpu when building with MKL enabled (#19185)
authorMahmoud Abuzaina <mahmoud.abuzaina@intel.com>
Thu, 10 May 2018 18:37:19 +0000 (11:37 -0700)
committerRasmus Munk Larsen <rmlarsen@google.com>
Thu, 10 May 2018 18:37:19 +0000 (11:37 -0700)
tensorflow/core/BUILD

index 4b86d6e..277f27f 100644 (file)
@@ -3402,7 +3402,11 @@ tf_cuda_only_cc_test(
         ":test",
         ":test_main",
         "//third_party/eigen3",
-    ],
+    ] + if_mkl(
+        [
+            "//third_party/mkl:intel_binary_blob",
+        ],
+    ),
 )
 
 tf_cc_test_gpu(