Skip to content

Commit

Permalink
tests: benchdnn: inputs: conv: add shape for regression testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tczeszun authored and tprimak committed May 22, 2023
1 parent f6365b1 commit d721767
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/benchdnn/inputs/conv/harness_conv_regression_general
Original file line number Diff line number Diff line change
Expand Up @@ -354,3 +354,10 @@ ic64ih56oc256oh56kh1ph0n"primitive-cache_dispatch_shape-2"
--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"

# test int8 brgconv with zp for case with both top and bottom vpad
--reset
--skip-impl=ref,x64:gemm
--cfg=u8s8f32
--attr-zero-points=src:common:31*+dst:common:15*
ic64ih14oc24oh14kh5ph2_n"zp_with_top_and_bottom_vpad"

0 comments on commit d721767

Please sign in to comment.