Skip to content

Commit

Permalink
benchdnn: add regression tests for cases when M == 1
Browse files Browse the repository at this point in the history
  • Loading branch information
densamoilov committed Feb 1, 2025
1 parent d891dd6 commit 30c17b9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/benchdnn/inputs/matmul/harness_matmul_regression_bf16
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@
--wtag=ab
--dtag=ab
8x2664:2664x256_n"k_tail"

# Test that cases when M == 1 are handled correctly.
--reset
--stag=ba,ab --wtag=ab --dtag=ab --dt=bf16 1x2:2x256
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@
# test shapes with b_buffer
--reset
--dt=f16:f16:f16 --stag=ab --wtag=ba --dtag=ab --bia-dt=f16 327x256:256x256

# Test that cases when M == 1 are handled correctly.
--reset
--stag=ba,ab --wtag=ab --dtag=ab --dt=f16 1x2:2x256
4 changes: 4 additions & 0 deletions tests/benchdnn/inputs/matmul/harness_matmul_regression_int8
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@
--dt=s8:s8:f32
--stag=ab --wtag=ab --dtag=ba,ab
1x1:1x200

# Test that cases when M == 1 are handled correctly.
--reset
--stag=ba,ab --wtag=ab --dtag=ab --dt=s8:s8:f32 1x2:2x256

0 comments on commit 30c17b9

Please sign in to comment.