Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai committed Apr 25, 2024
1 parent 76aef8b commit eec3477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_xla/csrc/runtime/ifrt_computation_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class IfrtComputationClient : public ComputationClient {
// global_ordinals_ tracks a map from PjRtDeviceId to the device's
// dense global ordinal.
std::unordered_map<int, int> global_ordinals_;
std::unordered_map<std::string, xla::PjRtDevice* const> string_to_device_;
std::unordered_map<std::string, xla::ifrt::Device** const> string_to_device_;
std::shared_ptr<std::vector<std::string>> replication_devices_;
OperationManager operation_manager_;
tsl::thread::ThreadPool pool_ = tsl::thread::ThreadPool(
Expand Down

0 comments on commit eec3477

Please sign in to comment.