# Int8 GeMM
--reset --dir=FWD_B --mb=2
--skip-impl=ref      # ! test gemm version only
--cfg=u8s8u8,u8s8s8,u8s8s32 --batch=shapes_gemm

# Int8 GeMM w/Attributes
--reset
--mb=2
--skip-impl=ref      # ! test gemm version only
--dir=FWD_B
--attr-post-ops=relu,prelu
--cfg=u8s8f32,s8s8s8,s8s8u8,s8s8f32,s8s8s32 --batch=shapes_gemm
--attr-scales=src:common:0.25*+wei:per_oc:0.5*+dst:common:2.25* --attr-post-ops=sum:1.5+relu:0:0:2.6
--cfg=u8s8s32,s8s8s32 --batch=shapes_gemm
--dir=FWD_D
--attr-scales=src:common:0.25*+wei:common:0.5*+dst:common:2.25* --attr-post-ops=sum:1.5
--cfg=u8s8s32,s8s8s32 --batch=shapes_gemm
