-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IE CLDNN] Extend resample int8 packing optimization
This extends resample optimization for 8-bit types that uses feature packed to mode to process multiple features in one work-item to features not being multiple of packing factor. For nearest resampling it is safe to copy extra feature padding for blocked formats, so this change only removes this condition.
- Loading branch information
Konrad Dobros
committed
Aug 7, 2020
1 parent
f832453
commit 80a7e7e
Showing
2 changed files
with
6 additions
and
3 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