# Test GeMM specific functionality

# f32
--reset --dt=f32
--mb=2                      # for fwd and bwd_d reduce mb
--stag=axb --dtag=axb

--dir=FWD_B,BWD_D,BWD_WB --batch=shapes_gemm

# Test for attributes
--dir=FWD_B
--attr-post-ops=sum+relu --batch=shapes_gemm
--attr-post-ops=sum+tanh:0:0:2.5 --batch=shapes_gemm
--attr-post-ops=sum+logistic:0:0:2.5 --batch=shapes_gemm
--attr-post-ops=sum+soft_relu:1 --batch=shapes_gemm
--attr-post-ops=sum+soft_relu:0.5 --batch=shapes_gemm
--attr-post-ops=sum+pow:0.5:0.33 --batch=shapes_gemm

# bf16
--batch=test_conv_gemm_bfloat16_nxc
