Skip to content

Commit

Permalink
Add a TODO to return a valid platform version for TfrtCpuClient.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 689529146
  • Loading branch information
yangustc07 authored and Google-ML-Automation committed Oct 24, 2024
1 parent 200efba commit 6c0ce17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xla/pjrt/cpu/cpu_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@ class TfrtCpuClient final : public PjRtClient {

absl::string_view platform_name() const override { return CpuName(); }

// TODO(b/375253127): This should return "CPU".
absl::string_view platform_version() const override { return "<unknown>"; }

absl::StatusOr<DeviceAssignment> GetDefaultDeviceAssignment(
Expand Down

0 comments on commit 6c0ce17

Please sign in to comment.