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

Introduction to OpenMP offload: data movement #24

Open
lucaparisi91 opened this issue Aug 15, 2024 · 3 comments
Open

Introduction to OpenMP offload: data movement #24

lucaparisi91 opened this issue Aug 15, 2024 · 3 comments
Assignees
Labels

Comments

@lucaparisi91
Copy link
Collaborator

lucaparisi91 commented Aug 15, 2024

Base material at OpenMPTargetOffload.ppt

  • Data transfers overview
  • map directives ( to, from,tofrom, alloc, always )
  • #pragma omp enter/exit/update data
  • zero copy ( unified memory , managed memory )
@welucas2 welucas2 self-assigned this Oct 3, 2024
@welucas2
Copy link

welucas2 commented Dec 3, 2024

I think that's the initial version done and the copy on Sharepoint updated. I've covered map, structured and unstructured data clauses, and device pointers. I haven't covered omp declare target but could do if this is considered important. LIkewise for unified and shared memory. I feel these might be better in a later session, if they are to be covered; what's here already feels quite beefy and potentially a little overwhelming to newcomers.

@lucaparisi91
Copy link
Collaborator Author

lucaparisi91 commented Dec 3, 2024

Thanks @welucas2 . For unified memory I have added it to the advanced topics ( see #35 )

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

No branches or pull requests

2 participants