Skip to content

Commit

Permalink
exchange -> =
Browse files Browse the repository at this point in the history
  • Loading branch information
will-cromar committed Dec 12, 2023
1 parent 27d02ee commit ae4a86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_xla/csrc/runtime/runtime.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ComputationClient* GetComputationClient() {

XLA_CHECK(client);

g_computation_client_initialized.exchange(true);
g_computation_client_initialized = true;
return client;
}();

Expand Down

0 comments on commit ae4a86a

Please sign in to comment.