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

Implementation of OpenMP task constructs #499

Open
eZWALT opened this issue Mar 7, 2024 · 3 comments
Open

Implementation of OpenMP task constructs #499

eZWALT opened this issue Mar 7, 2024 · 3 comments

Comments

@eZWALT
Copy link
Contributor

eZWALT commented Mar 7, 2024

Hey everyone, just wanted to give you a heads up that I'll be diving into implementing various task constructs of OpenMP over the next three months. This includes things like taskwait, task, taskloop, taskgroup, and more. @fabianmcg and I are already coordinating efforts, but if anyone else wants to jump in and work on a different construct, feel free to use this thread to chat about it.

Thanks you for this great community, I'm kicking things off by tackling taskwait this weekend.

@bcardosolopes
Copy link
Member

This is great! Thanks @eZWALT and @fabianmcg for driving this, looking forward to patch review!

@bcardosolopes
Copy link
Member

bcardosolopes commented Mar 12, 2024 via email

@eZWALT
Copy link
Contributor Author

eZWALT commented Mar 14, 2024

Excuse me, I removed the commented because I thought that opening an issue would be more helpful. I'm pushing a PR in some minutes including implementations of taskwait, taskyield and barrier (Since this 3 have a symmetrical implementation).

bcardosolopes pushed a commit that referenced this issue May 1, 2024
bruteforceboy pushed a commit to bruteforceboy/clangir that referenced this issue Oct 2, 2024
Hugobros3 pushed a commit to shady-gang/clangir that referenced this issue Oct 2, 2024
keryell pushed a commit to keryell/clangir that referenced this issue Oct 19, 2024
lanza pushed a commit that referenced this issue Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants