Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HBM Adressing #180

Closed
wirthjohannes opened this issue Apr 28, 2020 · 1 comment · Fixed by #186
Closed

HBM Adressing #180

wirthjohannes opened this issue Apr 28, 2020 · 1 comment · Fixed by #186
Assignees
Labels
bug Something isn't working
Milestone

Comments

@wirthjohannes
Copy link
Collaborator

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.

@wirthjohannes wirthjohannes added the bug Something isn't working label Apr 28, 2020
@wirthjohannes wirthjohannes self-assigned this Apr 28, 2020
@jahofmann
Copy link
Contributor

Related to #181

@cahz cahz added this to the 2020.10 milestone Apr 29, 2020
@wirthjohannes wirthjohannes modified the milestones: 2020.10, 2020.4 Apr 29, 2020
@wirthjohannes wirthjohannes linked a pull request May 4, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants