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
When two cores need the same tensor from off-chip at (more or less) the same time, two transfers with off-chip core as sender are registered. It would be better to register only one DRAM-to-core transfer and one core-to-core transfer, or a DRAM-to-two-cores transfer
The text was updated successfully, but these errors were encountered:
When two cores need the same tensor from off-chip at (more or less) the same time, two transfers with off-chip core as sender are registered. It would be better to register only one DRAM-to-core transfer and one core-to-core transfer, or a DRAM-to-two-cores transfer
The text was updated successfully, but these errors were encountered: