Skip to content

Commit

Permalink
Fix error message about fallback call to MLIR bridge.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 607147423
  • Loading branch information
tensorflower-gardener committed Apr 5, 2024
1 parent c8951bf commit 06396ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/compiler/mlir/tf2xla/api/v2/legalize_tf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ tsl::StatusOr<tensorflow::XlaCompilationResult> LegalizeMlirToHlo(
}

VLOG(1) << "Failed to compile MLIR computation to XLA HLO using Combined "
"MLIR and XlaBuilder Bridge. Falling back to MLIR tf2xla Bridge. "
"MLIR and XlaBuilder Bridge. Failed to lower to hlo."
<< combined_bridge_status.status();
tsl::error_logging::Log(kBridgeComponent, "TFXLA_API_V2_COMBINED_BRIDGE",
combined_bridge_status.status().ToString())
Expand Down

0 comments on commit 06396ed

Please sign in to comment.