From dc765168c6e33e355babcf560d8b6f9a9fcc28cc Mon Sep 17 00:00:00 2001 From: Benjamin Chetioui Date: Tue, 18 Jun 2024 02:19:55 -0700 Subject: [PATCH] [XLA:GPU] Disable running `gpu_cub_sort_test` in debug mode to avoid timeouts. PiperOrigin-RevId: 644304982 --- third_party/xla/xla/service/gpu/tests/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/xla/xla/service/gpu/tests/BUILD b/third_party/xla/xla/service/gpu/tests/BUILD index 500eeb5f89d5c2..97da7aa8fb4145 100644 --- a/third_party/xla/xla/service/gpu/tests/BUILD +++ b/third_party/xla/xla/service/gpu/tests/BUILD @@ -965,6 +965,7 @@ xla_test( srcs = ["gpu_cub_sort_test.cc"], backends = ["gpu"], shard_count = 15, + tags = ["nodebug"], deps = [ "//xla:error_spec", "//xla:shape_util",