This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BACKPORT][BUGFIX][FEATURE] Add oneDNN 1D and 3D deconvolution suppor…
…t and fix bias (#20292) * [v1.x][BUGFIX] Implement oneDNN deconvolution primitives to deconvolution 2D (#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 * [v1.x][FEATURE] Add MKLDNN Deconvolution 1D and 3D support (#20137) * Use MXNET_USE_ONEDNN * Fix test * Apply formatter * Add native support for 3D deconvolution * Remove outdated check * Replace math.prod with np.prod * Check convolution layout only when it has value * Remove outdated check * Change tests * Increase default workspace size to mach convolution * Fix deconv workspace size * Increase default deconv workspace size in python API * Disable 3D tests for GPU * Add deconv arguments checks * Remove next_impl calls until it is fixed * Share workspace * Fix documentation * Add test_deconv_dilation * Fix check * Fix include order
- Loading branch information
1 parent
80d72b5
commit ab22211
Showing
13 changed files
with
1,082 additions
and
828 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.