[XLA:CPU] Turn off MLIR matmul codegen while we investigate an upstream regression
PiperOrigin-RevId: 354616434 Change-Id: Ic77fda05a548a9c8735d47b691060a62110b2388
This commit is contained in:
parent
dad06db8f5
commit
b2e90ecf2d
@ -1028,7 +1028,7 @@ DotImplementationStrategy GetDotImplementationStrategy(
|
||||
|
||||
if (IsAlignedGemm(dot_info, target_machine_features)) {
|
||||
if (CanEmitTiledLlvmIrGemm(config, dot_info, target_machine_features)) {
|
||||
return DotImplementationStrategy::kLinalgMatmul;
|
||||
return DotImplementationStrategy::kTiledLlvmIrGemm;
|
||||
}
|
||||
return DotImplementationStrategy::kEigen;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user