Skip to content

Commit

Permalink
[xla:cpu] NFC: Remove deprecated XLA:CPU mlir based codegen part #3
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 630125494
  • Loading branch information
ezhulenev authored and tensorflower-gardener committed May 2, 2024
1 parent 3c2ba09 commit 00652e6
Show file tree
Hide file tree
Showing 24 changed files with 0 additions and 2,199 deletions.
2 changes: 0 additions & 2 deletions tensorflow/compiler/aot/tfcompile.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,6 @@ def _tf_library(
] or []) + (include_standard_runtime_deps and [
# TODO(cwhipkey): only depend on kernel code that the model actually
# needed.
"@local_xla//xla/service/cpu/runtime:convolution_ffi",
"@local_xla//xla/service/cpu/runtime:rng_ffi",
"@local_xla//xla/service/cpu:runtime_conv2d",
"@local_xla//xla/service/cpu:runtime_custom_call_status",
"@local_xla//xla/service/cpu:runtime_key_value_sort",
Expand Down
7 changes: 0 additions & 7 deletions third_party/xla/xla/service/cpu/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -339,13 +339,6 @@ cc_library(
"//xla/service:while_loop_invariant_code_motion",
"//xla/service:while_loop_simplifier",
"//xla/service:zero_sized_hlo_elimination",
"//xla/service/cpu/runtime:collectives",
"//xla/service/cpu/runtime:convolution_call",
"//xla/service/cpu/runtime:custom_call",
"//xla/service/cpu/runtime:fft_call",
"//xla/service/cpu/runtime:retain",
"//xla/service/cpu/runtime:rng_call",
"//xla/service/cpu/runtime:xfeed",
"//xla/service/llvm_ir:llvm_command_line_options",
"//xla/service/llvm_ir:llvm_util",
"//xla/service/spmd:stateful_rng_spmd_partitioner",
Expand Down
201 changes: 0 additions & 201 deletions third_party/xla/xla/service/cpu/runtime/BUILD

This file was deleted.

Loading

0 comments on commit 00652e6

Please sign in to comment.