Skip to content

Commit

Permalink
Move some tests to public XLA:CPU API
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 698116537
  • Loading branch information
changm authored and Google-ML-Automation committed Nov 19, 2024
1 parent 7fd2196 commit e191661
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions xla/pjrt/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -697,15 +697,15 @@ cc_library(
],
)

# Transitional forwarding target. Use cpu:cpu_client instead.
# Transitional forwarding target. Use pjrt/plugin/xla_cpu:xla_cpu_pjrt_client instead.
cc_library(
name = "tfrt_cpu_pjrt_client",
hdrs = ["tfrt_cpu_pjrt_client.h"],
visibility = internal_visibility([
"//xla:friends",
]),
deps = [
"//xla/pjrt/cpu:cpu_client",
"//xla/pjrt/plugin/xla_cpu:xla_cpu_pjrt_client",
],
)

Expand Down
2 changes: 1 addition & 1 deletion xla/pjrt/tfrt_cpu_pjrt_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ limitations under the License.

// Transitional forwarding header. Please include cpu/cpu_client.h directly.

#include "xla/pjrt/cpu/cpu_client.h"
#include "xla/pjrt/plugin/xla_cpu/xla_cpu_pjrt_client.h"

#endif // XLA_PJRT_TFRT_CPU_PJRT_CLIENT_H_

0 comments on commit e191661

Please sign in to comment.