--reset

# reference reorders
--sdt=f32,bf16,f16,s32,s8,u8
--ddt=f32,bf16,f16,s32,s8,u8
--attr-scales=,src:per_dim_1:0.5*+dst:per_dim_1:2*
--attr-zero-points=,src:common:-1*+dst:common:2*
--attr-post-ops=,sum:0.5
--runtime-dim-mask=0,63
--stag=abx
--dtag=abx,axb,xba
--oflag=
2x16x3x4 1x17x5x3

--reset
# compensation reorders without groups
--sdt=f32,s8,bf16
--ddt=s8
--stag=abx
--dtag=xba
--oflag=zp_comp:1
2x16x3x4 1x17x5x3

--reset
# all combinations of scales
--sdt=f32
--ddt=f32,bf16,f16,s32,s8,u8
--stag=abx
--dtag=axb
--attr-scales=src:common:2*, \
              src:per_dim_0:2*, \
              src:per_dim_1:2*, \
              src:per_dim_01:2*, \
              dst:common:2*, \
              dst:per_dim_0:2*, \
              dst:per_dim_1:2*, \
              dst:per_dim_01:2*, \
              src:common:4*+dst:common:2*, \
              src:per_dim_0:4*+dst:per_dim_0:2*, \
              src:per_dim_1:4*+dst:per_dim_1:2*, \
              src:per_dim_01:4*+dst:per_dim_01:2*, \
              src:per_dim_1:4*+dst:common:2*, \
              src:common:4*+dst:per_dim_1:2*
2x16x3x4
