Skip to content

Commit

Permalink
benchdnn: fix input files
Browse files Browse the repository at this point in the history
  • Loading branch information
nivas-x86 authored and vpirogov committed Apr 6, 2023
1 parent f8d7c2e commit f27dedb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 5 additions & 0 deletions tests/benchdnn/inputs/conv/harness_conv_regression_general
Original file line number Diff line number Diff line change
Expand Up @@ -349,3 +349,8 @@ mb1ic2ih10iw7oc2oh6ow4kh1kw1sh2sw2ph1pw0dh1dw1_n"brgemm_post-op-jit_sum-with-zp:
ic256ih56oc64oh56kh1ph0n"primitive-cache_dispatch_shape-1"
--dir=bwd_d
ic64ih56oc256oh56kh1ph0n"primitive-cache_dispatch_shape-2"

# test 3d gemm convs with binary post-ops
--stag=axb --dtag=axb
--skip-impl=brg,jit:avx,ref
--attr-post-ops=add:f32:per_oc,prelu:per_oc g4ic16id5oc16od5kd3pd1n"3d_conv:grouped_gemm_conv"
4 changes: 0 additions & 4 deletions tests/benchdnn/inputs/matmul/harness_matmul_regression_f32
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,3 @@

--stag=ba --wtag=ab --dtag=ab
13x262144:262144x1:13x1_n"long_acc_chain"

--stag=axb --dtag=axb
--skip-imp=brg,jit:avx,ref # test gemm convolutions
--attr-post-ops=add:f32:per_oc,prelu:per_oc g4ic16id5oc16od5kd3pd1n"3d_conv:grouped_gemm_conv"

0 comments on commit f27dedb

Please sign in to comment.