# Int8 Wino
--reset --alg=wino
--match=.*kh3[^0-9].*       # only 3x3 shapesolutions so far
--allow-unimpl=true         # allow unimplemented for groups > 1
--mb=2                      # for fwd and bwd_d reduce mb
--dir=FWD_B
--cfg=u8s8u8_wino  --batch=set_conv_all
--cfg=u8s8s8_wino  --batch=shapes_resnet_50
--cfg=u8s8s32_wino --batch=shapes_googlenet_v3

# Int8 Wino w/Attributes
--reset --alg=wino
--match=.*kh3[^0-9].*
--allow-unimpl=true
--skip-impl="ref:gemm"      # ! test jit version only
--mb=2
--dir=FWD_B
--attr=post_ops='relu'
--cfg=u8s8s32_wino --batch=shapes_googlenet_v2
--attr=oscale=per_oc:2.25;post_ops='sum:1.5;relu'
--cfg=u8s8u8_wino  --batch=shapes_googlenet_v1
--cfg=u8s8f32_wino --batch=shapes_googlenet_v2
--dir=FWD_D
--attr=oscale=common:2.25;post_ops='sum:1.5'
--cfg=u8s8s8_wino  --batch=shapes_googlenet_v3
--cfg=u8s8s32_wino --batch=shapes_resnet_50
