Skip to content

Commit

Permalink
[NFC] Minor cleanup.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 713944005
  • Loading branch information
dimitar-asenov authored and Google-ML-Automation committed Jan 10, 2025
1 parent 27b167a commit 8ea85ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xla/service/cpu/cpu_compiler.cc
Original file line number Diff line number Diff line change
Expand Up @@ -795,8 +795,7 @@ absl::Status CpuCompiler::RunHloPassesAfterLayoutAssn(
// duplicate or NOPs, so remove them with algebraic simplification and CSE.
// Run this to a fixed point.
[&pipeline = pipeline.AddPass<HloPassFix<HloPassPipeline>>(
"simplification after layout assignment"),
this] {
"simplification after layout assignment")] {
AddHloVerifier(
&pipeline,
HloVerifierOpts{}.MakeLayoutSensitive().WithInstructionCanChangeLayout(
Expand Down

0 comments on commit 8ea85ed

Please sign in to comment.