Skip to content

Commit

Permalink
Increase device count to support 2x2x2 topology
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 679780226
  • Loading branch information
deqiangc authored and Google-ML-Automation committed Sep 28, 2024
1 parent 3c5c920 commit e0dea55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xla/python/pjrt_ifrt/tfrt_cpu_client_test_lib.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace {
const bool kUnused = (test_util::RegisterClientFactory(
[]() -> absl::StatusOr<std::shared_ptr<Client>> {
CpuClientOptions options;
options.cpu_device_count = 4;
options.cpu_device_count = 8;
TF_ASSIGN_OR_RETURN(auto pjrt_client,
xla::GetTfrtCpuClient(options));
return std::shared_ptr<Client>(
Expand Down

0 comments on commit e0dea55

Please sign in to comment.