Skip to content

Commit

Permalink
tests: benchdnn: add fp4 reorder testset
Browse files Browse the repository at this point in the history
  • Loading branch information
atkassen committed Sep 25, 2024
1 parent a65495c commit dbcc153
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/benchdnn/inputs/reorder/test_reorder_ci
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@
# int4 cases
--reset
--batch=test_reorder_int4

# fp4 cases
--reset
--batch=test_reorder_fp4
19 changes: 19 additions & 0 deletions tests/benchdnn/inputs/reorder/test_reorder_fp4
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
--reset
--sdt=f32
--ddt=f4_e2m1
--stag=bax,abx
--dtag=abx,bax 2x64x14x14 2x56x14x14
--dtag=abx,bax 2x64x64x3x3 2x56x56x3x3
--dtag=abx,bax 4x16x16x3x3 2x16x6x3x2 2x2x10x2x3
--dtag=aBx16b 2x64x14x14
--dtag=gOIhw16i16o,gOIhw2i4o2i,gOIhw2o4i2o,gOIhw4o8i2o 4x16x16x3x3

--reset
--sdt=f4_e2m1
--ddt=f32
--dtag=abx,bax
--stag=bax,abx 2x64x14x14 2x56x14x14
--stag=bax,abx 2x64x64x3x3 2x56x56x3x3
--stag=bax,abx 4x16x16x3x3 2x16x6x3x2 2x2x10x2x3
--stag=aBx16b 2x64x14x14
--dtag=gOIhw16i16o,gOIhw2i4o2i,gOIhw2o4i2o,gOIhw4o8i2o 4x16x16x3x3

0 comments on commit dbcc153

Please sign in to comment.