Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
inailuig committed Mar 19, 2024
1 parent 38d1562 commit 201f723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xla/python/xla.cc
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ NB_MODULE(xla_extension, m_nb) {
return std::make_shared<cpu::MpiCollectives>();
});
#else // _WIN32
m_nb.def(
m_nb.def(
"make_mpi_collectives",
[]() -> std::shared_ptr<xla::cpu::CollectivesInterface> {
throw xla::XlaRuntimeError(
Expand Down

0 comments on commit 201f723

Please sign in to comment.