# main op
--reset
384x512:512x1024:384x1024

# post bias
--reset
--bia_dt=undef 384x512:512x1024:384x1024
--bia_dt=f32 384x512:512x1024:384x1024

# post binary
--reset
--attr-post-ops=add:f32:common 384x512:512x1024:384x1024
--attr-post-ops=add:f32:per_oc 384x512:512x1024:384x1024

# post sum
--reset
--attr-post-ops=sum 384x512:512x1024:384x1024

# post eltwise
--reset
--attr-post-ops=logistic 384x512:512x1024:384x1024

# post sum+eltwise
--reset
--attr-post-ops=sum+relu 384x512:512x1024:384x1024

# int8 matmul
--reset
--cfg=u8s8u8
10x10x15x30:10x10x30x15:10x10x15x15

# post binary-add
--reset
--cfg=bf16bf16bf16
--attr-post-ops=add:bf16:common,add:bf16:per_oc
384x512:512x1024:384x1024

# fpmath mode control
--reset
--attr-fpmath=strict,bf16,tf32
384x512:512x1024:384x1024
