File tree Expand file tree Collapse file tree 11 files changed +4
-14
lines changed
hlo/experimental/auto_sharding Expand file tree Collapse file tree 11 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,5 @@ xla_cc_binary(
147
147
"//tensorflow/compiler/xla/stream_executor:dnn" ,
148
148
"//tensorflow/compiler/xla/tools:hlo_module_loader" ,
149
149
"//tensorflow/tsl/platform:platform_port" ,
150
- "//tensorflow/tsl/protobuf:dnn_proto_cc_impl" ,
151
150
],
152
151
)
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ xla_cc_binary(
20
20
"//tensorflow/compiler/xla/mlir_hlo:lhlo" ,
21
21
"//tensorflow/compiler/xla/mlir_hlo:thlo" ,
22
22
"//tensorflow/compiler/xla/service/cpu:cpu_compiler" ,
23
- "//tensorflow/tsl/protobuf:dnn_proto_cc_impl" ,
24
23
"@llvm-project//mlir:BufferizationTransforms" ,
25
24
"@llvm-project//mlir:LinalgDialect" ,
26
25
"@llvm-project//mlir:MlirOptLib" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ xla_cc_binary(
14
14
"//tensorflow/compiler/xla/mlir_hlo:lhlo" ,
15
15
"//tensorflow/compiler/xla/mlir_hlo:lhlo_gpu" ,
16
16
"//tensorflow/compiler/xla/stream_executor:stream_executor_impl" ,
17
- "//tensorflow/tsl/protobuf:dnn_proto_cc_impl" ,
18
17
"@llvm-project//mlir:FuncDialect" ,
19
18
"@llvm-project//mlir:GPUDialect" ,
20
19
"@llvm-project//mlir:MemRefDialect" ,
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ xla_cc_binary(
37
37
"//tensorflow/compiler/xla/mlir/runtime/transforms:compilation_pipeline_cpu" ,
38
38
"//tensorflow/compiler/xla/mlir/runtime/transforms:compilation_pipeline_gpu" ,
39
39
"//tensorflow/compiler/xla/mlir/runtime/transforms:passes" ,
40
- "//tensorflow/tsl/protobuf:dnn_proto_cc_impl" ,
41
40
"@llvm-project//mlir:FuncDialect" ,
42
41
"@llvm-project//mlir:MathDialect" ,
43
42
"@llvm-project//mlir:MemRefDialect" ,
Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ xla_cc_binary(
70
70
deps = [
71
71
":grpc_service_main_library" ,
72
72
"//tensorflow/compiler/xla/service:cpu_plugin" ,
73
- "//tensorflow/tsl/protobuf:dnn_proto_cc_impl" ,
74
73
],
75
74
)
76
75
Original file line number Diff line number Diff line change @@ -827,7 +827,6 @@ xla_cc_binary(
827
827
"//tensorflow/tsl/platform:platform_port" ,
828
828
"//tensorflow/tsl/platform:tensor_float_32_utils" ,
829
829
"//tensorflow/tsl/protobuf:autotuning_proto_cc_impl" ,
830
- "//tensorflow/tsl/protobuf:dnn_proto_cc_impl" ,
831
830
"//tensorflow/tsl/profiler/backends/cpu:annotation_stack_impl" ,
832
831
"//tensorflow/tsl/util:command_line_flags" ,
833
832
"//tensorflow/tsl/util:determinism" ,
Original file line number Diff line number Diff line change @@ -230,7 +230,6 @@ xla_cc_binary(
230
230
"//tensorflow/compiler/xla/service/llvm_ir:llvm_util" ,
231
231
"//tensorflow/tsl/platform:logging" ,
232
232
"//tensorflow/tsl/platform:platform_port" ,
233
- "//tensorflow/tsl/protobuf:dnn_proto_cc_impl" ,
234
233
"@llvm-project//llvm:Support" ,
235
234
],
236
235
)
Original file line number Diff line number Diff line change @@ -168,7 +168,6 @@ xla_cc_binary(
168
168
"//tensorflow/tsl/platform:logging" ,
169
169
"//tensorflow/tsl/platform:platform_port" ,
170
170
"//tensorflow/tsl/platform:protobuf" ,
171
- "//tensorflow/tsl/protobuf:dnn_proto_cc_impl" ,
172
171
],
173
172
)
174
173
@@ -278,7 +277,6 @@ xla_cc_binary(
278
277
"//tensorflow/tsl/platform:path" ,
279
278
"//tensorflow/tsl/platform:platform_port" ,
280
279
"//tensorflow/tsl/platform:subprocess" ,
281
- "//tensorflow/tsl/protobuf:dnn_proto_cc_impl" ,
282
280
"//tensorflow/tsl/protobuf:error_codes_proto_impl_cc" ,
283
281
"//tensorflow/tsl/util:command_line_flags" ,
284
282
] + if_cuda_or_rocm ([
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ xla_cc_binary(
19
19
"//tensorflow/compiler/xla/translate/mhlo_to_hlo:translate_registration" ,
20
20
"//tensorflow/compiler/xla/translate/mhlo_to_lhlo_with_xla:translate_registration" ,
21
21
"//tensorflow/tsl/platform:platform_port" ,
22
- "//tensorflow/tsl/protobuf:dnn_proto_cc_impl" ,
23
22
"@llvm-project//llvm:Support" ,
24
23
"@llvm-project//mlir:IR" ,
25
24
"@llvm-project//mlir:Support" ,
Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ xla_cc_binary(
77
77
"//tensorflow/compiler/xla/service:cpu_plugin" ,
78
78
"//tensorflow/compiler/xla/service/cpu:hlo_xla_runtime_pipeline" , # buildcleaner: keep
79
79
"//tensorflow/tsl/platform:platform_port" ,
80
- "//tensorflow/tsl/protobuf:dnn_proto_cc_impl" ,
81
80
"@llvm-project//llvm:Support" ,
82
81
"@llvm-project//mlir:AllPassesAndDialects" ,
83
82
"@llvm-project//mlir:MlirOptLib" ,
@@ -98,7 +97,6 @@ xla_cc_binary(
98
97
"//tensorflow/compiler/xla/service:gpu_plugin" ,
99
98
"//tensorflow/compiler/xla/stream_executor:stream_executor_impl" ,
100
99
"//tensorflow/tsl/platform:platform_port" ,
101
- "//tensorflow/tsl/protobuf:dnn_proto_cc_impl" ,
102
100
"@llvm-project//llvm:Support" ,
103
101
"@llvm-project//mlir:AllPassesAndDialects" ,
104
102
"@llvm-project//mlir:MlirOptLib" ,
You can’t perform that action at this time.
0 commit comments