# main op
--reset
384x4096:4096x1024:384x1024

# post bias
--reset
--bia_dt=undef 384x4096:4096x1024:384x1024
--bia_dt=f32 384x4096:4096x1024:384x1024

# post binary
--reset
--attr-post-ops=add:f32:common 384x4096:4096x1024:384x1024
--attr-post-ops=add:f32:per_oc 384x4096:4096x1024:384x1024

# post sum
--reset
--attr-post-ops=sum 384x4096:4096x1024:384x1024

# post eltwise
--reset
--attr-post-ops=logistic,relu,relu:0.25 384x4096:4096x1024:384x1024

# post sum+eltwise
--reset
--attr-post-ops=sum+relu 384x4096:4096x1024:384x1024

# post bias+swish
--reset
--bia_dt=f32
--bia_mask=1,2
--attr-post-ops=swish:1
384x4096:4096x1024:384x1024

# fpmath mode control
--reset
--attr-fpmath=strict,bf16,tf32 
--attr-post-ops=mul:f32 
8x6x197x64:8x6x64x197:8x6x197x197

# 0-sized dimension input
--reset
384x4096:4096x0:384x0
