[XLA:CPU] Fix LinearOperatorPSDKernelTest.test_matmul_grad_xla_kernelparams_eager
Run the dot-decomposer after algebraic simplifier as the simplifier may introduce dot instructions which need decomposition. PiperOrigin-RevId: 294240419 Change-Id: Ib8f5ae7e88b2f1ddd569d72d4686185d3b3969e7
This commit is contained in:
parent
cf35e6540f
commit
81cbebf768
@ -310,6 +310,7 @@ Status CpuCompiler::RunHloPassesThroughLayoutAssn(
|
||||
pass.AddPass<HloConstantFolding>();
|
||||
pass.AddPass<ConditionalSimplifier>();
|
||||
}
|
||||
pipeline.AddPass<DotDecomposer>();
|
||||
pipeline.AddPass<IndexedArrayAnalysisPrinterPass>();
|
||||
pipeline.AddPass<TransposeFolding>(
|
||||
[&](const HloInstruction& dot,
|
||||
|
Loading…
Reference in New Issue
Block a user