1# Test GeMM specific functionality
2
3# f32
4--reset --cfg=f32
5--mb=2                      # for fwd and bwd_d reduce mb
6--stag=axb --dtag=axb
7
8--dir=FWD_B,BWD_D,BWD_WB --batch=shapes_gemm
9
10# Test for attributes
11--dir=FWD_B
12--attr-post-ops=sum+relu --batch=shapes_gemm
13--attr-post-ops=sum+tanh:0:0:2.5 --batch=shapes_gemm
14--attr-post-ops=sum+logistic:0:0:2.5 --batch=shapes_gemm
15--attr-post-ops=sum+soft_relu --batch=shapes_gemm
16--attr-post-ops=sum+pow:0.5:0.33 --batch=shapes_gemm
17
18# bf16
19--batch=test_conv_gemm_bfloat16_nxc
20