Skip to content

Commit

Permalink
bench: add few tests for per_tensor post-op for reduction
Browse files Browse the repository at this point in the history
  • Loading branch information
h-sadia authored and karturov committed Nov 1, 2022
1 parent e3b80c5 commit ae9d075
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/benchdnn/inputs/reduction/test_reduction_gpu
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,14 @@
--p=1,2 --eps=0.5
--alg=norm_lp_sum
--batch=shapes_gpu_small_set

--reset
--sdt=f32
--ddt=f32
--p=0 --eps=0.5
--alg=min
--attr-post-ops=add:f32:per_tensor:abcd

3x3x4x3:3x3x1x3
3x3x4x3:3x1x4x3
7x6x9x2:7x6x9x1

0 comments on commit ae9d075

Please sign in to comment.