# f32

--reset
--skip-impl=ref

--cfg=f32
--stag=ab,ba --wtag=ab,ba
--bia_dt=undef,f32 --bia_mask=2

--runtime_m=0 --runtime_n=0 --runtime_k=0
--attr-oscale=common:2.25*,per_oc:2.25*
--attr-post-ops='','sum','relu'
--batch=shapes_2d

--runtime_m=1 --runtime_n=1 --runtime_k=1
--attr-oscale=common:2.25*,per_oc:2.25*
--attr-post-ops='','sum','relu'
--batch=shapes_2d

# int8

--reset
--skip-impl=ref

--cfg=u8s8u8,s8s8f32
--stag=ab,ba --wtag=ab,ba
--runtime_m=0,1 --runtime_n=0 --runtime_k=0
--bia_dt=undef,f32,u8 --bia_mask=2

--attr-oscale=common:2.25*,per_oc:2.25*
--attr-post-ops='','sum','relu'
--batch=shapes_2d

# int8 (w/ zero points)

--reset
--skip-impl=ref

--cfg=u8s8u8,s8s8f32
--stag=ab,ba --wtag=ab,ba
--runtime_m=0 --runtime_n=0 --runtime_k=0,1
--bia_dt=undef,f32,u8 --bia_mask=2

--attr-oscale=common:2.25*
--attr-zero-points=src:1_wei:-1_dst:2                                --batch=shapes_2d
--attr-zero-points=src:1*_wei:-1*_dst:-2                             --batch=shapes_2d
--attr-zero-points=src:1*_wei:-1*_dst:2* --attr-post-ops='sum;relu'  --batch=shapes_2d

# zero point doesn't belong to the data type (e.g. -1 is not u8)
--cfg=u8s8f32
--runtime_m=0 --runtime_n=0 --runtime_k=0
--bia_dt=undef
--attr-oscale=common:1 --attr-zero-points=src:-1*_wei:1_dst:2;       --batch=shapes_2d

# bf16

--reset
--skip-impl=ref

--cfg=bf16bf16f32,bf16bf16bf16
--stag=ab,ba --wtag=ab,ba
--runtime_m=0 --runtime_n=0,1 --runtime_k=0,1
--bia_dt=undef,f32
--bia_mask=2

--attr-oscale=common:2.25*                               --batch=shapes_2d
--attr-oscale=per_oc:2.25* --attr-post-ops='sum:2;relu'  --batch=shapes_2d
