# bfloat16
--reset
--mb=2
--allow-unimpl=true
--dir=FWD_B
--cfg=bf16bf16f32  --batch=shapes_resnet_50
--cfg=bf16bf16bf16 --batch=set_conv_all

--dir=FWD_D
--cfg=bf16bf16bf16 --batch=shapes_resnet_50

--dir=BWD_D
--cfg=f32bf16bf16  --batch=shapes_resnet_50
--cfg=bf16bf16bf16 --batch=set_conv_all

--dir=BWD_WB
--cfg=bf16f32bf16 --batch=set_conv_all --batch=set_dilated-conv
--cfg=bf16bf16bf16 --batch=shapes_resnet_50 --batch=set_dilated-conv

# PostOps + Attributes
--dir=FWD_B
--attr=post_ops='sum' --batch=shapes_resnet_50
--attr=post_ops='relu' --batch=shapes_googlenet_v3
--attr=post_ops='sum;tanh:1:1:2.5' --batch=shapes_tails

--batch=harness_conv_dw_bfloat16
