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
If we use auto-incrementing stream registers, we can continue to use posted transactions (in this case inline writes) on Blackhole to do the updates, since they're not affected by the same bug as posted (or inline) transactions to L1.
Since many cores are writing to the same destination, a stream register has better latency and can better handle the traffic than L1 could, reducing the done->GO latency by around 70 cycles.
The text was updated successfully, but these errors were encountered:
If we use auto-incrementing stream registers, we can continue to use posted transactions (in this case inline writes) on Blackhole to do the updates, since they're not affected by the same bug as posted (or inline) transactions to L1.
Since many cores are writing to the same destination, a stream register has better latency and can better handle the traffic than L1 could, reducing the done->GO latency by around 70 cycles.
The text was updated successfully, but these errors were encountered: