-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Remove identity operators from oneDNN optimized graph #20712
Conversation
Hey @bgawrych , Thanks for submitting the PR
CI supported jobs: [centos-gpu, sanity, centos-cpu, windows-gpu, edge, website, miscellaneous, unix-cpu, clang, unix-gpu, windows-cpu] Note: |
1eb8c27
to
e8ca9eb
Compare
e8ca9eb
to
a699b77
Compare
@mxnet-bot run ci [unix-gpu, centos-gpu] |
Jenkins CI successfully triggered : [unix-gpu, centos-gpu] |
@mxnet-bot run ci [unix-gpu, centos-gpu] |
Jenkins CI successfully triggered : [unix-gpu, centos-gpu] |
4486611
to
f504d12
Compare
@mxnet-bot run ci [unix-gpu, centos-gpu, windows-gpu] |
Jenkins CI successfully triggered : [centos-gpu, windows-gpu, unix-gpu] |
@mxnet-bot run ci [centos-gpu] |
Jenkins CI successfully triggered : [centos-gpu] |
@mxnet-bot run ci [centos-gpu] |
Jenkins CI successfully triggered : [centos-gpu] |
Description
This property removes dropout and copy operators from optimized graph for oneDNN - it doesn't affect performance by a lot, but allows to fuse other patterns which wouldn't be fused if there was identity operator between.