# f32
--reset --cfg=f32
--mb=2
--skip-impl="ref:gemm"      # ! test jit version only
--allow-unimpl=true
--dir=FWD_B
--attr=post_ops='sum;relu' --batch=shapes_resnet_50
--attr=post_ops='sum;relu:0.5' --batch=shapes_tails
--attr=post_ops='sum;tanh:0:0:2.5' --batch=shapes_tails
--attr=post_ops='sum;elu:0.5' --batch=shapes_tails
--attr=post_ops='sum;abs' --batch=shapes_tails
--attr=post_ops='sum;linear:0.5:1.5' --batch=shapes_tails
--attr=post_ops='sum;brelu:0.5' --batch=shapes_tails
--attr=post_ops='sum;logistic:0:0:2.5' --batch=shapes_tails
--cfg=f32_no_limits # square, srelu and exp might overrun int_max_exact
--attr=post_ops='sum;square' --batch=shapes_tails
--attr=post_ops='sum;srelu' --batch=shapes_tails

# f32_wino
--reset --alg=wino --cfg=f32_wino
--mb=2
--allow-unimpl=true
--dir=FWD_B --attr=post_ops='sum;relu' --batch=shapes_resnet_50
