Skip to content

Commit

Permalink
Addressing TF query analysis errors
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 590682096
  • Loading branch information
tensorflower-gardener committed Dec 13, 2023
1 parent be5c3b7 commit 3d1e661
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tensorflow/core/runtime_fallback/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 3d1e661

Please sign in to comment.