Skip to content

Commit

Permalink
Add more debug log when Shardy dumping is disabled.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702267000
  • Loading branch information
Google-ML-Automation committed Dec 3, 2024
1 parent a00416c commit 3c7dd7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions xla/service/spmd/shardy/shardy_xla_pass.cc
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,9 @@ absl::StatusOr<bool> ShardyXLA::Run(
if (shardyDir.empty()) {
LOG(WARNING) << "\"sponge\" specified as dump directory but "
"TEST_UNDECLARED_OUTPUTS_DIR is not set!";
} else {
LOG(INFO) << "Shardy dump directory is sponge on undeclared outputs dir: "
<< shardyDir;
}
}

Expand Down

0 comments on commit 3c7dd7a

Please sign in to comment.