# f32
--reset
--mb=2,16
--dir=FWD_B,BWD_D,BWD_WB --batch=conv_gpu

# f16
--cfg=f16
--mb=2,16
--dir=FWD_B --batch=conv_gpu

# bf16
--cfg=bf16bf16bf16
--mb=2
--dir=FWD_B,BWD_D,BWD_WB --batch=conv_resnet_50

# i8
# i8 - 1x1 tests
--reset --cfg=u8s8u8,u8s8s8
--dir=FWD_I,FWD_B,BWD_D
mb2ic256ih14oc1024oh14kh1ph0n
mb2ic32ih14oc32oh14kh1ph0n
mb2ic32ih7oc512oh7kh1ph0n
mb2ic512ih14oc32oh14kh1ph0n

--reset --cfg=u8s8u8
--mb=2
--dir=FWD_B --batch=conv_gpu

# test scale and post-ops
--batch=test_conv_attrs_gpu
