# Int8 GeMM
--reset --dir=FWD_B --mb=2
--skip-impl=ref      # ! test gemm version only
--dt=u8:s8:u8,u8:s8:s8,u8:s8:s32 --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
--dt=u8:s8:f32,s8:s8:s8,s8:s8:u8,s8:s8:f32,s8:s8:s32 --batch=shapes_gemm
--attr-scales=src:common:0.25+wei:per_oc+dst:common:2 --attr-post-ops=sum:1.5+relu:0:0:2.6
--dt=u8:s8:s32,s8:s8:s32 --batch=shapes_gemm
--dir=FWD_D
--attr-scales=src:common:0.25+wei:common:0.5+dst:common:2 --attr-post-ops=sum:1.5
--dt=u8:s8:s32,s8:s8:s32 --batch=shapes_gemm
