--reset

# bfloat16
--dt=bf16
--skip-impl=ref
--allow-unimpl=true   # allow unimplemented for bf16 where avx512_core not supported

--inplace=false
--tag=nChw16c
--dir=FWD_D,BWD_DW --flags=SR,GS,S --attr=                --batch=bnorm_topo
--dir=FWD_D        --flags=GS,S    --attr=post_ops='relu' --batch=bnorm_topo
--dir=BWD_D        --flags=        --attr=                --batch=bnorm_topo

--inplace=true
--tag=nchw,nhwc,nChw16c
--dir=FWD_D,BWD_DW --flags=SR,GS,S --attr=                --batch=bnorm_regressions
--dir=FWD_D        --flags=GS,S    --attr=post_ops='relu' --batch=bnorm_regressions
--dir=BWD_D        --flags=        --attr=                --batch=bnorm_regressions
