Axis Reduce / Expand¶
This document describes row/column reduction and broadcast operations.
Total Operations: 25
Operations¶
TROWSUM¶
For detailed instruction documentation, see isa/TROWSUM
AS Level 1 (SSA):
%dst = pto.trowsum %src, %tmp : (!pto.tile<...>, !pto.tile<...>) -> !pto.tile<...>
AS Level 2 (DPS):
pto.trowsum ins(%src, %tmp : !pto.tile_buf<...>, !pto.tile_buf<...>) outs(%dst : !pto.tile_buf<...>)
TCOLSUM¶
For detailed instruction documentation, see isa/TCOLSUM
AS Level 1 (SSA):
%dst = pto.tcolsum %src : !pto.tile<...> -> !pto.tile<...>
%dst = pto.tcolsum %src, %tmp {isBinary = false} : (!pto.tile<...>, !pto.tile<...>) -> !pto.tile<...>
AS Level 2 (DPS):
pto.tcolsum ins(%src : !pto.tile_buf<...>) outs(%dst : !pto.tile_buf<...>)
pto.tcolsum ins(%src, %tmp {isBinary = false} : !pto.tile_buf<...>, !pto.tile_buf<...>) outs(%dst : !pto.tile_buf<...>)
TCOLPROD¶
For detailed instruction documentation, see isa/TCOLPROD
AS Level 1 (SSA):
%dst = pto.tcolprod %src : !pto.tile<...> -> !pto.tile<...>
AS Level 2 (DPS):
pto.tcolprod ins(%src : !pto.tile_buf<...>) outs(%dst : !pto.tile_buf<...>)
TCOLMAX¶
For detailed instruction documentation, see isa/TCOLMAX
AS Level 1 (SSA):
%dst = pto.tcolmax %src : !pto.tile<...> -> !pto.tile<...>
AS Level 2 (DPS):
pto.tcolmax ins(%src : !pto.tile_buf<...>) outs(%dst : !pto.tile_buf<...>)
TROWMAX¶
For detailed instruction documentation, see isa/TROWMAX
AS Level 1 (SSA):
%dst = pto.trowmax %src, %tmp : (!pto.tile<...>, !pto.tile<...>) -> !pto.tile<...>
AS Level 2 (DPS):
pto.trowmax ins(%src, %tmp : !pto.tile_buf<...>, !pto.tile_buf<...>) outs(%dst : !pto.tile_buf<...>)
TROWMIN¶
For detailed instruction documentation, see isa/TROWMIN
AS Level 1 (SSA):
%dst = pto.trowmin %src, %tmp : (!pto.tile<...>, !pto.tile<...>) -> !pto.tile<...>
AS Level 2 (DPS):
pto.trowmin ins(%src, %tmp : !pto.tile_buf<...>, !pto.tile_buf<...>) outs(%dst : !pto.tile_buf<...>)
TROWEXPAND¶
For detailed instruction documentation, see isa/TROWEXPAND
AS Level 1 (SSA):
%dst = pto.trowexpand %src : !pto.tile<...> -> !pto.tile<...>
AS Level 2 (DPS):
pto.trowexpand ins(%src : !pto.tile_buf<...>) outs(%dst : !pto.tile_buf<...>)
TROWEXPANDDIV¶
For detailed instruction documentation, see isa/TROWEXPANDDIV
AS Level 1 (SSA):
%dst = pto.tcolexpanddiv %src0, %src1 : !pto.tile<...>, !pto.tile<...> -> !pto.tile<...>
AS Level 2 (DPS):
pto.tcolexpanddiv ins(%src0, %src1 : !pto.tile_buf<...>, !pto.tile_buf<...>) outs(%dst : !pto.tile_buf<...>)
TROWEXPANDMUL¶
For detailed instruction documentation, see isa/TROWEXPANDMUL
AS Level 1 (SSA):
%dst = pto.tcolexpandmul %src0, %src1 : !pto.tile<...>, !pto.tile<...> -> !pto.tile<...>
AS Level 2 (DPS):
pto.tcolexpandmul ins(%src0, %src1 : !pto.tile_buf<...>, !pto.tile_buf<...>) outs(%dst : !pto.tile_buf<...>)
TROWEXPANDSUB¶
For detailed instruction documentation, see isa/TROWEXPANDSUB
AS Level 1 (SSA):
%dst = pto.tcolexpandsub %src0, %src1 : !pto.tile<...>, !pto.tile<...> -> !pto.tile<...>
AS Level 2 (DPS):
pto.tcolexpandsub ins(%src0, %src1 : !pto.tile_buf<...>, !pto.tile_buf<...>) outs(%dst : !pto.tile_buf<...>)
TROWEXPANDADD¶
For detailed instruction documentation, see isa/TROWEXPANDADD
AS Level 1 (SSA):
%dst = pto.trowexpandadd %src0, %src1 : !pto.tile<...>, !pto.tile<...> -> !pto.tile<...>
AS Level 2 (DPS):
pto.trowexpandadd ins(%src0, %src1 : !pto.tile_buf<...>, !pto.tile_buf<...>) outs(%dst : !pto.tile_buf<...>)
TROWEXPANDMAX¶
For detailed instruction documentation, see isa/TROWEXPANDMAX
AS Level 1 (SSA):
%dst = pto.trowexpandmax %src0, %src1 : !pto.tile<...>, !pto.tile<...> -> !pto.tile<...>
AS Level 2 (DPS):
pto.trowexpandmax ins(%src0, %src1 : !pto.tile_buf<...>, !pto.tile_buf<...>) outs(%dst : !pto.tile_buf<...>)
TROWEXPANDMIN¶
For detailed instruction documentation, see isa/TROWEXPANDMIN
AS Level 1 (SSA):
%dst = pto.trowexpandmin %src0, %src1 : !pto.tile<...>, !pto.tile<...> -> !pto.tile<...>
AS Level 2 (DPS):
pto.trowexpandmin ins(%src0, %src1 : !pto.tile_buf<...>, !pto.tile_buf<...>) outs(%dst : !pto.tile_buf<...>)
TROWEXPANDEXPDIF¶
For detailed instruction documentation, see isa/TROWEXPANDEXPDIF
AS Level 1 (SSA):
%dst = pto.trowexpandexpdif %src0, %src1 : !pto.tile<...>, !pto.tile<...> -> !pto.tile<...>
AS Level 2 (DPS):
pto.trowexpandexpdif ins(%src0, %src1 : !pto.tile_buf<...>, !pto.tile_buf<...>) outs(%dst : !pto.tile_buf<...>)
TCOLMIN¶
For detailed instruction documentation, see isa/TCOLMIN
AS Level 1 (SSA):
%dst = pto.tcolmin %src : !pto.tile<...> -> !pto.tile<...>
AS Level 2 (DPS):
pto.tcolmin ins(%src : !pto.tile_buf<...>) outs(%dst : !pto.tile_buf<...>)
TCOLEXPAND¶
For detailed instruction documentation, see isa/TCOLEXPAND
AS Level 1 (SSA):
%dst = pto.tcolexpand %src : !pto.tile<...> -> !pto.tile<...>
AS Level 2 (DPS):
pto.tcolexpand ins(%src : !pto.tile_buf<...>) outs(%dst : !pto.tile_buf<...>)
TCOLEXPANDDIV¶
For detailed instruction documentation, see isa/TCOLEXPANDDIV
AS Level 1 (SSA):
%dst = pto.tcolexpanddiv %src0, %src1 : !pto.tile<...>, !pto.tile<...> -> !pto.tile<...>
AS Level 2 (DPS):
pto.tcolexpanddiv ins(%src0, %src1 : !pto.tile_buf<...>, !pto.tile_buf<...>) outs(%dst : !pto.tile_buf<...>)
TCOLEXPANDMUL¶
For detailed instruction documentation, see isa/TCOLEXPANDMUL
AS Level 1 (SSA):
%dst = pto.tcolexpandmul %src0, %src1 : !pto.tile<...>, !pto.tile<...> -> !pto.tile<...>
AS Level 2 (DPS):
pto.tcolexpandmul ins(%src0, %src1 : !pto.tile_buf<...>, !pto.tile_buf<...>) outs(%dst : !pto.tile_buf<...>)
TCOLEXPANDADD¶
For detailed instruction documentation, see isa/TCOLEXPANDADD
AS Level 1 (SSA):
%dst = pto.tcolexpandadd %src0, %src1 : !pto.tile<...>, !pto.tile<...> -> !pto.tile<...>
AS Level 2 (DPS):
pto.tcolexpandadd ins(%src0, %src1 : !pto.tile_buf<...>, !pto.tile_buf<...>) outs(%dst : !pto.tile_buf<...>)
TCOLEXPANDMAX¶
For detailed instruction documentation, see isa/TCOLEXPANDMAX
AS Level 1 (SSA):
%dst = pto.tcolexpandmax %src0, %src1 : !pto.tile<...>, !pto.tile<...> -> !pto.tile<...>
AS Level 2 (DPS):
pto.tcolexpandmax ins(%src0, %src1 : !pto.tile_buf<...>, !pto.tile_buf<...>) outs(%dst : !pto.tile_buf<...>)
TCOLEXPANDMIN¶
For detailed instruction documentation, see isa/TCOLEXPANDMIN
AS Level 1 (SSA):
%dst = pto.tcolexpandmin %src0, %src1 : !pto.tile<...>, !pto.tile<...> -> !pto.tile<...>
AS Level 2 (DPS):
pto.tcolexpandmin ins(%src0, %src1 : !pto.tile_buf<...>, !pto.tile_buf<...>) outs(%dst : !pto.tile_buf<...>)
TCOLEXPANDSUB¶
For detailed instruction documentation, see isa/TCOLEXPANDSUB
AS Level 1 (SSA):
%dst = pto.tcolexpandsub %src0, %src1 : !pto.tile<...>, !pto.tile<...> -> !pto.tile<...>
AS Level 2 (DPS):
pto.tcolexpandsub ins(%src0, %src1 : !pto.tile_buf<...>, !pto.tile_buf<...>) outs(%dst : !pto.tile_buf<...>)
TCOLEXPANDEXPDIF¶
For detailed instruction documentation, see isa/TCOLEXPANDEXPDIF
AS Level 1 (SSA):
%dst = pto.tcolexpandexpdif %src0, %src1 : !pto.tile<...>, !pto.tile<...> -> !pto.tile<...>
AS Level 2 (DPS):
pto.tcolexpandexpdif ins(%src0, %src1 : !pto.tile_buf<...>, !pto.tile_buf<...>) outs(%dst : !pto.tile_buf<...>)
TROWPROD¶
For detailed instruction documentation, see isa/TROWPROD
AS Level 1 (SSA):
%dst = pto.trowprod %src, %tmp : (!pto.tile<...>, !pto.tile<...>) -> !pto.tile<...>
AS Level 2 (DPS):
pto.trowprod ins(%src, %tmp : !pto.tile_buf<...>, !pto.tile_buf<...>) outs(%dst : !pto.tile_buf<...>)