Skip to content

Commit

Permalink
tests: benchdnn: ip: regression: check tags matching
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitry Zarukin <[email protected]>
  • Loading branch information
2 people authored and karturov committed Oct 9, 2023
1 parent ec7054a commit 800b5e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/benchdnn/inputs/ip/harness_ip_regression
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@

# large oc to trigger use_buffer_b with tail
--reset --dir=BWD_W mb32ic16oc2049_n"large_oc_for_use_buffer_b_with_tail"

# f16->s8 is not supported by reference, gemm based ip handles this case,
# but it requires src and weights to have compatible tags.
# This test case makes sure ip chooses weights tag correctly for plain src tag
# when shapes contain ones.
--reset --dt=f16:f16:s8 --stag=abcd mb128ic768ih1oc768_n"f16_s8_plain_src_tag"

0 comments on commit 800b5e9

Please sign in to comment.