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 connecting multiple PEs to the HBM, only one can correctly access it's HBM memory block.
This is because the adresses of the HBM blocks do not all start at 0. Instead all HBM blocks together form a continous address space.
TaPaSCo should automatically offset the addresses of each PE to the address range of the HBM block it is connected to. Then the address space the PEs "see" always starts at 0.
The text was updated successfully, but these errors were encountered:
When connecting multiple PEs to the HBM, only one can correctly access it's HBM memory block.
This is because the adresses of the HBM blocks do not all start at 0. Instead all HBM blocks together form a continous address space.
TaPaSCo should automatically offset the addresses of each PE to the address range of the HBM block it is connected to. Then the address space the PEs "see" always starts at 0.
The text was updated successfully, but these errors were encountered: