From 3d1e6615127cbaa5e043e2b96c812c7e8ea011d0 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 13 Dec 2023 12:37:45 -0800 Subject: [PATCH] Addressing TF query analysis errors PiperOrigin-RevId: 590682096 --- tensorflow/core/runtime_fallback/BUILD | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tensorflow/core/runtime_fallback/BUILD b/tensorflow/core/runtime_fallback/BUILD index 28bd4565cebecb..da33d97329ad0b 100644 --- a/tensorflow/core/runtime_fallback/BUILD +++ b/tensorflow/core/runtime_fallback/BUILD @@ -52,10 +52,7 @@ tf_cc_binary( "//conditions:default": [ "//tensorflow/core:all_kernels", ], - }) + if_cuda([ - "//tensorflow/core/runtime_fallback/runtime:runtime_fallback_gpu_alwayslink", - "//tensorflow/core/runtime_fallback/kernel:kernel_fallback_gpu_alwayslink", - ]), + }) + if_cuda([]), ) cc_library(