[BACKPORT][BUGFIX][FEATURE] Add oneDNN 1D and 3D deconvolution support and fix bias#20292
Conversation
|
Hey @PawelGlomski-Intel , Thanks for submitting the PR
CI supported jobs: [miscellaneous, edge, windows-cpu, unix-cpu, unix-gpu, website, windows-gpu, centos-cpu, clang, sanity, centos-gpu] Note: |
|
@mxnet-bot run ci [centos-gpu, unix-cpu, unix-gpu, windows-cpu] |
|
Jenkins CI successfully triggered : [unix-cpu, centos-gpu, unix-gpu, windows-cpu] |
|
@mxnet-bot run ci [unix-cpu] |
|
Jenkins CI successfully triggered : [unix-cpu] |
|
@mxnet-bot run ci [unix-cpu] |
|
Jenkins CI successfully triggered : [unix-cpu] |
|
@szha can you preview review? |
szha
left a comment
There was a problem hiding this comment.
thanks for the forward-port. Could you help make sure that the functionality is tested from the mx.npx module instead of from the legacy Symbol API?
…tion 2D (apache#20107) * Use mkldnn deconvolution primitive in deconvolution * Apply clang-format * Refactor deconvolution version 1 * Refactor deconvolution version 2 and use permute_axes in IOLogicalSwapDesc * Refactor deconvolution version 3 * Enable Deconvolution2D test * Fix sanity * Fix windows builds * Fix deconvolution with bias test
|
@mxnet-bot run ci [miscellaneous, website] |
|
Jenkins CI successfully triggered : [website, miscellaneous] |
|
@szha Can you please review (excluding mkldnn files)? |
|
@PawelGlomski-Intel thank you! |
Description
Backport of #20107 and #20137
Checklist
Essentials
Changes