Skip to content

Commit

Permalink
benchdnn: inputs: deconv: allow skipping reference code
Browse files Browse the repository at this point in the history
  • Loading branch information
Fomenko, Evarist M committed Dec 21, 2018
1 parent e798f8c commit e290b6f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tests/benchdnn/inputs/deconv/test_deconv_all
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# f32
--reset --cfg=f32
--mb=2
--reset --skip-impl=ref
--mb=2 --cfg=f32

--dir=FWD_B --batch=deconv_all
--dir=BWD_D --batch=deconv_all
--dir=BWD_W --batch=deconv_all
--dir=BWD_WB --batch=deconv_all

# int8
--skip-impl=ref
--reset --allow-unimpl=true --dir=FWD_B --mb=2
--reset --skip-impl=ref --allow-unimpl=true
--mb=2 --dir=FWD_B

--attr=irmode=down;oscale=per_oc:2.25;
--cfg=u8s8u8s32 --batch=deconv_2d
Expand Down

0 comments on commit e290b6f

Please sign in to comment.