-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fast 1x1 Conv DSP case use unordered im2col (#158)
This is done for armclang only and not for GCC based on performance measurements. Also a fallback to old path is provided if no additional buffer is provided. This may happen when relying on the arm_convolve_wrapper_s8_get_buffer_size_dsp() for the buffer size. Note it is recommended to use arm_convolve_wrapper_s8_get_buffer_size(). Related github issue: #44
- Loading branch information
Showing
3 changed files
with
168 additions
and
29 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