@@ -56,11 +56,11 @@ xla_cc_test(
56
56
"//xla:comparison_util" ,
57
57
"//xla:literal_util" ,
58
58
"//xla:shape_util" ,
59
- "//xla:test" ,
60
- "//xla:test_helpers" ,
61
59
"//xla:xla_data_proto_cc" ,
62
60
"//xla/hlo/ir:hlo" ,
63
61
"//xla/hlo/testlib:hlo_hardware_independent_test_base" ,
62
+ "//xla/hlo/testlib:test" ,
63
+ "//xla/hlo/testlib:test_helpers" ,
64
64
"//xla/service:float_support" ,
65
65
"//xla/service:hlo_verifier" ,
66
66
"//xla/tests:literal_test_util" ,
@@ -202,14 +202,14 @@ xla_cc_test(
202
202
":real_imag_expander" ,
203
203
"//xla:literal" ,
204
204
"//xla:shape_util" ,
205
- "//xla:test" ,
206
205
"//xla:types" ,
207
206
"//xla/hlo/ir:hlo" ,
208
207
"//xla/hlo/testlib:hlo_hardware_independent_test_base" ,
208
+ "//xla/hlo/testlib:pattern_matcher_gmock" ,
209
+ "//xla/hlo/testlib:test" ,
209
210
"//xla/hlo/utils:hlo_matchers" ,
210
211
"//xla/service:hlo_creation_utils" ,
211
212
"//xla/service:pattern_matcher" ,
212
- "//xla/service:pattern_matcher_gmock" ,
213
213
"//xla/tsl/lib/core:status_test_util" ,
214
214
"@com_google_googletest//:gtest" ,
215
215
"@local_tsl//tsl/platform:test_main" ,
@@ -268,9 +268,9 @@ xla_cc_test(
268
268
srcs = ["expanders/convolution_4d_expander_test.cc" ],
269
269
deps = [
270
270
"convolution_4d_expander" ,
271
- "//xla:test" ,
272
271
"//xla/hlo/ir:hlo" ,
273
272
"//xla/hlo/testlib:hlo_hardware_independent_test_base" ,
273
+ "//xla/hlo/testlib:test" ,
274
274
"@com_google_googletest//:gtest" ,
275
275
"@local_tsl//tsl/platform:statusor" ,
276
276
"@local_tsl//tsl/platform:test_main" ,
@@ -304,8 +304,8 @@ xla_cc_test(
304
304
"//xla:xla_data_proto_cc" ,
305
305
"//xla/hlo/ir:hlo" ,
306
306
"//xla/hlo/testlib:hlo_hardware_independent_test_base" ,
307
+ "//xla/hlo/testlib:pattern_matcher_gmock" ,
307
308
"//xla/service:pattern_matcher" ,
308
- "//xla/service:pattern_matcher_gmock" ,
309
309
"@com_google_googletest//:gtest_main" ,
310
310
"@local_tsl//tsl/platform:statusor" ,
311
311
"@local_tsl//tsl/platform:test_main" ,
@@ -335,14 +335,14 @@ xla_cc_test(
335
335
srcs = ["expanders/logistic_expander_test.cc" ],
336
336
deps = [
337
337
":logistic_expander" ,
338
- "//xla:test" ,
339
338
"//xla:xla_data_proto_cc" ,
340
339
"//xla/hlo/ir:hlo" ,
341
340
"//xla/hlo/parser:hlo_parser" ,
342
341
"//xla/hlo/testlib:hlo_hardware_independent_test_base" ,
342
+ "//xla/hlo/testlib:pattern_matcher_gmock" ,
343
+ "//xla/hlo/testlib:test" ,
343
344
"//xla/service:dynamic_padder" ,
344
345
"//xla/service:pattern_matcher" ,
345
- "//xla/service:pattern_matcher_gmock" ,
346
346
"@com_google_absl//absl/strings:string_view" ,
347
347
"@com_google_googletest//:gtest" ,
348
348
"@local_tsl//tsl/platform:statusor" ,
@@ -417,9 +417,9 @@ xla_cc_test(
417
417
srcs = ["while_loop_trip_count_annotator_test.cc" ],
418
418
deps = [
419
419
":while_loop_trip_count_annotator" ,
420
- "//xla:test" ,
421
420
"//xla:xla_data_proto_cc" ,
422
421
"//xla/hlo/testlib:hlo_hardware_independent_test_base" ,
422
+ "//xla/hlo/testlib:test" ,
423
423
"@com_google_googletest//:gtest" ,
424
424
"@local_tsl//tsl/platform:statusor" ,
425
425
"@local_tsl//tsl/platform:test_main" , # fixdeps: keep
@@ -512,9 +512,9 @@ xla_cc_test(
512
512
":dot_decomposer" ,
513
513
"//xla/hlo/ir:hlo" ,
514
514
"//xla/hlo/testlib:hlo_hardware_independent_test_base" ,
515
+ "//xla/hlo/testlib:pattern_matcher_gmock" ,
515
516
"//xla/hlo/utils:hlo_matchers" ,
516
517
"//xla/service:pattern_matcher" ,
517
- "//xla/service:pattern_matcher_gmock" ,
518
518
"@com_google_absl//absl/strings:string_view" ,
519
519
"@com_google_googletest//:gtest" ,
520
520
"@local_tsl//tsl/platform:statusor" ,
@@ -560,10 +560,10 @@ xla_cc_test(
560
560
srcs = ["expanders/reduce_decomposer_test.cc" ],
561
561
deps = [
562
562
":reduce_decomposer" ,
563
- "//xla:test" ,
564
- "//xla:test_helpers" ,
565
563
"//xla/hlo/parser:hlo_parser" ,
566
564
"//xla/hlo/testlib:hlo_hardware_independent_test_base" ,
565
+ "//xla/hlo/testlib:test" ,
566
+ "//xla/hlo/testlib:test_helpers" ,
567
567
"@com_google_googletest//:gtest" ,
568
568
"@local_tsl//tsl/platform:test_main" ,
569
569
],
@@ -574,10 +574,10 @@ xla_cc_test(
574
574
srcs = ["expanders/reshape_decomposer_test.cc" ],
575
575
deps = [
576
576
":reshape_decomposer" ,
577
- "//xla:test" ,
578
- "//xla:test_helpers" ,
579
577
"//xla/hlo/parser:hlo_parser" ,
580
578
"//xla/hlo/testlib:hlo_hardware_independent_test_base" ,
579
+ "//xla/hlo/testlib:test" ,
580
+ "//xla/hlo/testlib:test_helpers" ,
581
581
"@com_google_absl//absl/algorithm:container" ,
582
582
"@com_google_absl//absl/strings:string_view" ,
583
583
"@com_google_googletest//:gtest" ,
@@ -638,13 +638,13 @@ xla_cc_test(
638
638
srcs = ["expanders/stable_sort_expander_test.cc" ],
639
639
deps = [
640
640
":stable_sort_expander" ,
641
- "//xla:test" ,
642
641
"//xla/hlo/parser:hlo_parser" ,
643
642
"//xla/hlo/testlib:hlo_hardware_independent_test_base" ,
643
+ "//xla/hlo/testlib:pattern_matcher_gmock" ,
644
+ "//xla/hlo/testlib:test" ,
644
645
"//xla/hlo/transforms/simplifiers:algebraic_simplifier" ,
645
646
"//xla/hlo/utils:hlo_matchers" ,
646
647
"//xla/service:pattern_matcher" ,
647
- "//xla/service:pattern_matcher_gmock" ,
648
648
"//xla/tsl/lib/core:status_test_util" ,
649
649
"@com_google_googletest//:gtest" ,
650
650
"@local_tsl//tsl/platform:test_main" ,
@@ -729,9 +729,9 @@ xla_cc_test(
729
729
"//xla:util" ,
730
730
"//xla/hlo/ir:hlo" ,
731
731
"//xla/hlo/testlib:hlo_hardware_independent_test_base" ,
732
+ "//xla/hlo/testlib:pattern_matcher_gmock" ,
732
733
"//xla/service:host_memory_offload_annotations_hdr" ,
733
734
"//xla/service:pattern_matcher" ,
734
- "//xla/service:pattern_matcher_gmock" ,
735
735
"//xla/tsl/lib/core:status_test_util" ,
736
736
"@com_google_absl//absl/container:flat_hash_set" ,
737
737
"@com_google_absl//absl/status" ,
@@ -790,12 +790,12 @@ xla_cc_test(
790
790
"//xla:util" ,
791
791
"//xla/hlo/ir:hlo" ,
792
792
"//xla/hlo/testlib:hlo_hardware_independent_test_base" ,
793
+ "//xla/hlo/testlib:pattern_matcher_gmock" ,
793
794
"//xla/hlo/testlib:verified_hlo_module" ,
794
795
"//xla/service:hlo_verifier" ,
795
796
"//xla/service:host_memory_offload_annotations_hdr" ,
796
797
"//xla/service:host_offload_utils" ,
797
798
"//xla/service:pattern_matcher" ,
798
- "//xla/service:pattern_matcher_gmock" ,
799
799
"//xla/tsl/lib/core:status_test_util" ,
800
800
"@com_google_absl//absl/container:flat_hash_set" ,
801
801
"@com_google_absl//absl/log" ,
@@ -925,11 +925,11 @@ xla_cc_test(
925
925
srcs = ["expanders/dynamic_index_splitter_test.cc" ],
926
926
deps = [
927
927
":dynamic_index_splitter" ,
928
- "//xla:test" ,
929
- "//xla:test_helpers" ,
930
928
"//xla:xla_proto_cc" ,
931
929
"//xla/hlo/ir:hlo" ,
932
930
"//xla/hlo/testlib:hlo_hardware_independent_test_base" ,
931
+ "//xla/hlo/testlib:test" ,
932
+ "//xla/hlo/testlib:test_helpers" ,
933
933
"//xla/hlo/utils:hlo_matchers" ,
934
934
"@com_google_googletest//:gtest" ,
935
935
"@local_tsl//tsl/platform:test_main" ,
@@ -1094,9 +1094,9 @@ xla_cc_test(
1094
1094
"//xla:xla_data_proto_cc" ,
1095
1095
"//xla/hlo/ir:hlo" ,
1096
1096
"//xla/hlo/testlib:hlo_hardware_independent_test_base" ,
1097
+ "//xla/hlo/testlib:pattern_matcher_gmock" ,
1097
1098
"//xla/hlo/testlib:verified_hlo_module" ,
1098
1099
"//xla/service:pattern_matcher" ,
1099
- "//xla/service:pattern_matcher_gmock" ,
1100
1100
"//xla/tsl/lib/core:status_test_util" ,
1101
1101
"@com_google_absl//absl/strings" ,
1102
1102
"@com_google_absl//absl/strings:string_view" ,
0 commit comments