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

# Int8 Wino w/Attributes
--reset --alg=wino
--match=.*kh3[^0-9].*
--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 --attr-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 --attr-post-ops='sum:1.5'
--cfg=u8s8s8_wino  --batch=shapes_googlenet_v3
--cfg=u8s8s32_wino --batch=shapes_resnet_50
