roba
Validate Operations / validate-operations (push) Waiting to run

This commit is contained in:
NiccoloN
2026-06-26 13:02:38 +02:00
parent 568fd90542
commit 984f362623
13 changed files with 797 additions and 347 deletions
@@ -1702,8 +1702,6 @@ static bool canUseStructuredRewrite(const ConvLoweringState& state) {
state.outWidth);
if (!tiling)
return false;
if (tiling->numChannelTiles > static_cast<int64_t>(crossbarCountInCore.getValue()))
return false;
if (!state.hasBias)
return true;