Skip to content

Commit

Permalink
benchdnn: inputs: conv: extend coverage for eltwise post-op
Browse files Browse the repository at this point in the history
  • Loading branch information
dzarukin committed Nov 28, 2022
1 parent 1c36e27 commit 81ba0fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/benchdnn/inputs/conv/test_conv_attrs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@

--attr-post-ops=prelu:per_oc,sum+prelu:per_oc --batch=shapes_tails

# Same post-op with different alpha/beta
--attr-post-ops=linear:1:2+linear:1:3,linear:2:0+linear:3:0 --batch=shapes_tails

# f32_wino
--reset --alg=wino --cfg=f32_wino
--mb=2
Expand Down
3 changes: 3 additions & 0 deletions tests/benchdnn/inputs/conv/test_conv_attrs_f32_nxc
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@
--attr-post-ops=add:f32:per_oc,add:f32:per_tensor --batch=shapes_tails

--attr-post-ops=prelu:per_oc,sum+prelu:per_oc --batch=shapes_tails

# Same post-op with different alpha/beta
--attr-post-ops=linear:1:2+linear:1:3,linear:2:0+linear:3:0 --batch=shapes_tails

0 comments on commit 81ba0fe

Please sign in to comment.