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
Tue. Feb. 4: latest update is that this issue was resolved after a fix to one of the worker->EDM fabric APIs that was accidentally missing a writes_flushed for a flush barrier mode. Item left open until fix confirmed in main with all latest EDM and all-gather changes
Update EDM fabric to use power-of-two buffer slot count on sender and receiver channels to optimize pointer management
Evaluate and migrate to word level flow control in EDM instead of buffer-slot level flow control
Re-evaluate main EDM fabric control loop for low-level code optimizations (including value caching, auditing use of volatiles, etc.)
Run EDM fabric kernel in Erisc IRAM
Evaluate EDM fabric kernel compile with -O2 and -O3; currently erisc kernels are compiled with -Os (which typically leads to less performant binaries than the other optimization levels)
Stability
Micro Architecture
Low-Level and Code Implementation Optimizations
eth_send_packet
API and track packet sizes internally in terms of eth words (rather than 4B words or bytes) #17686The text was updated successfully, but these errors were encountered: