Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 675271264
  • Loading branch information
ckennelly authored and Google-ML-Automation committed Sep 16, 2024
1 parent 3e87e4d commit 6683d9a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion xla/pjrt/pjrt_c_api_client.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,6 @@ PjRtCApiExecutable::GetHloModules() const {
}

if (program_format == ::pjrt::kMlirFormat) {
xla::HloProto hlo_proto;
mlir::MLIRContext ctx;
TF_ASSIGN_OR_RETURN( // NOLINT(clang-diagnostic-pre-c++20-compat)
mlir::OwningOpRef<mlir::ModuleOp> module,
Expand Down
1 change: 0 additions & 1 deletion xla/service/spmd/spmd_prepare.cc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ absl::StatusOr<bool> ProcessScatter(HloInstruction* hlo,
if (scatter->scatter_operand_count() > 1) {
return false;
}
ScatterDimensionNumbers scatt_dim = scatter->scatter_dimension_numbers();
HloInstruction* operand = scatter->scatter_operands()[0];
HloInstruction* indices = scatter->scatter_indices();
HloInstruction* updates = scatter->scatter_updates()[0];
Expand Down

0 comments on commit 6683d9a

Please sign in to comment.