# bf16
--reset
--mb=2

--dt=bf16
--alg=max,avg_np,avg_p
# Training
--tag=abx,axb,aBx8b,aBx16b

--dir=FWD_D,BWD_D
--batch=set_all
--batch=set_topologies

--dir=FWD_D
--attr-post-ops=add:f32:per_oc,linear:0.5:-1
--batch=set_all_small

# Inference
--dir=FWD_I
--tag=axb
--batch=set_all

--attr-post-ops=add:bf16,linear:0.5:-1
--batch=set_all_small

# Backward propagation without f32 accumulator
--attr-post-ops=

--alg=max
--tag=axb,aBx16b

--dir=BWD_D
--attr-acc-mode=relaxed
--batch=set_topologies
