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

Add material on different type of memories #35

Closed
2 of 3 tasks
lucaparisi91 opened this issue Nov 28, 2024 · 2 comments
Closed
2 of 3 tasks

Add material on different type of memories #35

lucaparisi91 opened this issue Nov 28, 2024 · 2 comments

Comments

@lucaparisi91
Copy link
Collaborator

lucaparisi91 commented Nov 28, 2024

  • managed memory
  • unified memory ( with page migration)
  • coarse grained / fine grained memory ( AMD only concept ? )

Pinned memory is currently covered on the advance topics lesson.
Might be a good fit for #24 or #20 .

@lucaparisi91
Copy link
Collaborator Author

Managed memory is not an OpenMP concept, unlike unified memory, so unsure if including it. Managed memory just tells the compiler to do allocations differently, but do OpenMP it is the same as managed memory ( no #pragma omp requires managed_memory in the standard )

@lucaparisi91
Copy link
Collaborator Author

lucaparisi91 commented Dec 11, 2024

I left out the coarse grained/ fine grained material out of it. And material has been added to the slides.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant