[IE][VPU]: changing condition in HW tiling (#3695)
This commit is contained in:
parent
99b83e9238
commit
2117020cbb
@ -434,7 +434,7 @@ bool checkHWRestrictions(
|
||||
// widht and small height
|
||||
// More details available with the ticket #-33366
|
||||
|
||||
if (inTileWidth > 507 && inTileHeight < 64 && type != HwOpType::POOL) {
|
||||
if (inTileWidth > 507 && inTileHeight > 1 && inTileHeight < 64 && type != HwOpType::POOL) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user