Skip to content

Commit

Permalink
benchdnn: conv: add regression case for nb_oc_blocking in AVX JIT
Browse files Browse the repository at this point in the history
  • Loading branch information
msotoflo committed Sep 19, 2019
1 parent 6accb47 commit f4c189c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/benchdnn/inputs/test_conv_regression_general
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,6 @@ mb1_g16ic16oc16_ih5oh2kh2sh3ph0
--dir=FWD_B g1ic16id1ih7iw8oc16od1oh7ow8kd3kh3kw3sd2sh1sw1pd1ph1pw1
--dir=BWD_D g1ic16id1ih7iw8oc16od1oh7ow8kd3kh3kw3sd2sh1sw1pd1ph1pw1
--dir=BWD_W g1ic16id1ih7iw8oc16od1oh7ow8kd3kh3kw3sd2sh1sw1pd1ph1pw1

# AVX JIT incorrectly calculates output when 'nb_oc_block' results in a prime number
--reset --dir=FWD_I mb1ic3ih320oc51oh160kh7sh2ph3n"regression_oc-channel"

0 comments on commit f4c189c

Please sign in to comment.