-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[v1.6.x] Backport [MKL-DNN] Integrate Conv3d and Pool3d/1d (#17884) and Fix Sanity pipeline in 1.6.x #18206
Conversation
* Integrate MKl-DNN conv3d and pool3d/1d * fix UT & address comments * clean code * rebase against latest master
Hey @ChaiBapchya , Thanks for submitting the PR
CI supported jobs: [sanity, centos-gpu, miscellaneous, windows-cpu, edge, website, clang, windows-gpu, unix-gpu, unix-cpu, centos-cpu] Note: |
@mxnet-bot run ci [sanity] |
Jenkins CI successfully triggered : [sanity] |
@wuxun-zhang please help to review ~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are still some incompatible changes derived from master branch. Please modify them according to the comments.
@wuxun-zhang Thanks for pointing it out. Addressed your comments. |
b148e2c
to
5bf9c76
Compare
* Remove conv3d dilation restriction * Remove comment
Cherrypicked #17491 which removed the conv3d dilate restriction. |
@wuxun-zhang One last failure
I was able to repro locally. Not sure why output size is mismatch for pooling. |
@ChaiBapchya To fix the unix-gpu issue, you can refer to this link, like what I did when backported this PR to v1.x branch before. |
@mxnet-bot run ci [unix-cpu, unix-gpu] |
Jenkins CI successfully triggered : [unix-cpu, unix-gpu] |
@mxnet-bot run ci [unix-cpu] |
Jenkins CI successfully triggered : [unix-cpu] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@mxnet-label-bot add [pr-awaiting-merge] |
Integrate MKl-DNN conv3d and pool3d/1d
fix UT & address comments
clean code
rebase against latest master