Adding absl/strings dependency for #include "third_party/absl/strings/ascii.h"
PiperOrigin-RevId: 428842653
Change-Id: I7678adf57a9e06edc4b6aa3c891e6223c8bbcddb
diff --git a/tensorflow/compiler/xla/service/gpu/BUILD b/tensorflow/compiler/xla/service/gpu/BUILD
index 3642f07..27b41bd 100644
--- a/tensorflow/compiler/xla/service/gpu/BUILD
+++ b/tensorflow/compiler/xla/service/gpu/BUILD
@@ -640,6 +640,7 @@
":xlir_opdefs",
"//tensorflow/compiler/xla/service:custom_call_status_internal",
"//tensorflow/compiler/xla/service:custom_call_target_registry",
+ "@com_google_absl//absl/strings",
"@llvm-project//llvm:Support",
"@tf_runtime//:hostcontext",
"@tf_runtime//:support",