Skip to content

Commit f27dedb

Browse files
nivas-x86vpirogov
authored andcommitted
benchdnn: fix input files
1 parent f8d7c2e commit f27dedb

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

tests/benchdnn/inputs/conv/harness_conv_regression_general

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,3 +349,8 @@ mb1ic2ih10iw7oc2oh6ow4kh1kw1sh2sw2ph1pw0dh1dw1_n"brgemm_post-op-jit_sum-with-zp:
349349
ic256ih56oc64oh56kh1ph0n"primitive-cache_dispatch_shape-1"
350350
--dir=bwd_d
351351
ic64ih56oc256oh56kh1ph0n"primitive-cache_dispatch_shape-2"
352+
353+
# test 3d gemm convs with binary post-ops
354+
--stag=axb --dtag=axb
355+
--skip-impl=brg,jit:avx,ref
356+
--attr-post-ops=add:f32:per_oc,prelu:per_oc g4ic16id5oc16od5kd3pd1n"3d_conv:grouped_gemm_conv"

tests/benchdnn/inputs/matmul/harness_matmul_regression_f32

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,3 @@
66

77
--stag=ba --wtag=ab --dtag=ab
88
13x262144:262144x1:13x1_n"long_acc_chain"
9-
10-
--stag=axb --dtag=axb
11-
--skip-imp=brg,jit:avx,ref # test gemm convolutions
12-
--attr-post-ops=add:f32:per_oc,prelu:per_oc g4ic16id5oc16od5kd3pd1n"3d_conv:grouped_gemm_conv"

0 commit comments

Comments
 (0)