[MLIR:HLO] Change LHLO Outfeed to support multiple inputs.
PiperOrigin-RevId: 351447034 Change-Id: Id67e49ae2bf39a53b8e3771a719f22b081266aeb
This commit is contained in:
parent
868d16e045
commit
5edd67fd01
@ -584,7 +584,7 @@ def LHLO_InfeedOp: LHLO_Op<"infeed", []>, BASE_HLO_InfeedOp {
|
||||
|
||||
def LHLO_OutfeedOp: LHLO_Op<"outfeed", []> {
|
||||
let arguments = (ins
|
||||
Arg<LHLO_Buffer, "", [MemRead]>:$operand,
|
||||
Arg<Variadic<LHLO_Buffer>, "", [MemRead]>:$operands,
|
||||
DefaultValuedAttr<StrAttr, "">:$config
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user