Skip to content

Commit

Permalink
tests: benchdnn: add regression tests for amx bwd/wu
Browse files Browse the repository at this point in the history
  • Loading branch information
nshustrov authored and tprimak committed Apr 7, 2021
1 parent a3a73a3 commit a5a0b49
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tests/benchdnn/inputs/conv/harness_conv_regression_general
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ mb1_ic1oc16_ih124kh3oh122n"jit_reads_past_end_of_src_buffer:2"
mb1_ic1oc16_ih16kh3oh16ph1n"jit_reads_past_end_of_src_buffer:3"
mb1_ic2oc16_ih16kh3oh16ph1n"jit_reads_past_end_of_src_buffer:4"
mb1_ic1oc16_ih10oh10kh3ph1n"jit_reads_past_end_of_src_buffer:5"

# Test Input-channel blocking w/stride heuristic
--reset --dir=BWD_D
ic32oc1_id5ih1iw1_od2oh1ow1_kd3kh1kw1_sd2sh1sw1n"ic-blocking_stride-d_test"
Expand Down Expand Up @@ -240,3 +240,12 @@ mb1ic64ih1iw33oc1oh1ow33kh1kw24ph0pw23n"l_pad_exceeds_ow_block"
--skip-impl='ref:gemm'
--dir=BWD_WB
ic3oc64_ih25oh18kh8sh1dh0ph0_iw20ow1kw20sw1dw0pw0n"1st_conv_hw-transpose"

# MFDNN-4945 AMX bwd/wu large spatial cases
--reset
--skip-impl='ref:gemm'
--dir=BWD_WB --cfg=bf16f32bf16
g1ic32ih202iw202oc32oh202ow202kh7kw1ph3pw0
g1ic32ih202iw202oc32oh202ow202kh7kw3ph3pw1
g1ic32ih202oc32oh202kh5ph2
g1ic32ih202oc32oh202kh7ph3

0 comments on commit a5a0b49

Please sign in to comment.