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
#316 introduced an analog info functionality. Going forward, we might want to enhance it further by adding the following aspects:
Add some more summary info like remaining digital-MACs, total number of analog tile mat-vecs
User-definable "columns" to select only some of the columns to display
Improve on layout, e.g. the (- - - ) first entry of the tile section is a little confusing
Count also the peripheral digital ops (e.g noise management, bound management)
Currently only forward pass is counted, but backward / update would be interesting to add for analog training
Add other specifics for analog training with analog optimizers (tiki-taka / mixed precision) which need additional tiles internally and additional digital ops
The text was updated successfully, but these errors were encountered:
Display of total analog tile matrix-vector multiplications (Mat-Vecs)
User-selectable columns for a customizable display
Regarding the remaining features, I've been wondering:
Count also the peripheral digital ops (e.g noise management, bound management)
How can these operations be accurately estimated?
Add other specifics for analog training with analog optimizers (tiki-taka / mixed precision) which need additional tiles internally and additional digital ops
How should the additional digital operations and tiles be calculated in this context?
Description and motivation
#316 introduced an analog info functionality. Going forward, we might want to enhance it further by adding the following aspects:
The text was updated successfully, but these errors were encountered: