You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Phase-3: extend absolute offset to VariableBuffers (activation write-side)
Extend _generatePromotedReferenceReset to handle VariableBuffers
(activations) in addition to ConstantBuffers. Uses _referenceName
for baseSymbol (in scope via closure args) instead of
unraveled._instance (which may be out of scope for local activations).
Works on IC100/ML1/MMN/AD with activation promotion enabled.
CCT_2 activation promotion still fails for 32KB residual activations
that fit in L1 as 1 tile — the L2->L1 schedule has no per-tile offset
to fix, but the L3 closure would have spatially sliced the activation
per L3 tile.
0 commit comments