Skip to content

Commit b4523fb

Browse files
committed
tests: benchdnn: add select op cases for postops
1 parent d36e9a8 commit b4523fb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/benchdnn/inputs/binary/test_binary_ci

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
sum:0.5, \
3232
linear:2:0.125, \
3333
add:f32, \
34+
select:f32:per_tensor, \
3435
mul:s8:per_oc+sum:0.25+relu:-0.01+add:f32:per_tensor
3536
--attr-scales=,src:common:0.5+src1:common:0.25
3637

tests/benchdnn/inputs/matmul/test_matmul_ci

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,15 +182,15 @@
182182
--dt=f32,s8:s8:s32,bf16
183183
--stag=ab --wtag=ab --dtag=ab
184184
--runtime_dims_masks=,1:0,0:2,2:1,1:2,3:1,2:3,3:3
185-
--attr-post-ops=mul:f32,relu,sum,prelu,prelu:per_oc
185+
--attr-post-ops=mul:f32,relu,sum,prelu,prelu:per_oc,select:f32:per_tensor
186186
3x20:20x4n"postops+runtime_dims_2d"
187187

188188
# Basic post-ops with runtime dims 3D.
189189
--reset
190190
--dt=f32,s8:s8:s32,bf16
191191
--stag=abc --wtag=abc --dtag=abc
192192
--runtime_dims_masks=,2:0,0:4,4:2,2:4,6:2,4:6,6:6
193-
--attr-post-ops=mul:f32,relu,sum,prelu,prelu:per_oc
193+
--attr-post-ops=mul:f32,relu,sum,prelu,prelu:per_oc,select:f32:per_tensor
194194
10x3x20:10x20x4n"postops+runtime_dims_3d"
195195

196196
# Basic post-ops with runtime dims 4D.

0 commit comments

Comments
 (0)