Skip to content

Commit

Permalink
Update computation_client.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfeiBai authored Nov 27, 2023
1 parent b14b014 commit 4ab69fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_xla/csrc/runtime/computation_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ class ComputationClient {
virtual int GetNumProcesses() const = 0;

using DeviceAttribute =
std::variant<std::string, int64_t, std::vector<int64_t>, float, bool>;
std::variant<std::string, bool, int64_t, std::vector<int64_t>, float>;

virtual const absl::flat_hash_map<
std::string, torch_xla::runtime::ComputationClient::DeviceAttribute>&
Expand Down

0 comments on commit 4ab69fc

Please sign in to comment.