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

Implement the OpenMP 5.1 features used by LLVM #39

Open
JimCownie opened this issue Aug 23, 2021 · 0 comments
Open

Implement the OpenMP 5.1 features used by LLVM #39

JimCownie opened this issue Aug 23, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@JimCownie
Copy link
Contributor

Is your feature request related to a problem? Please describe.
LLVM has introduced some new interface functions to support OpenMP 5.1 features.
There are at least these new interfaces which replace older ones

__kmp_push_num_teams_51 runtime/src/kmp.h runtime/src/{kmp_csupport,kmp_runtime}.cpp
__kmpc_parallel_51 libomptarget/deviceRTLs/interface.h libomptarget/DeviceRTL/src/Parallelism.cpp
__kmpc_push_num_teams_51 runtime/src/kmp.h runtime/test/teams/kmp_num_teams.c runtime/src/kmp_csupport.cpp

As well as additional new interfaces to support new language features (e.g.these for masked)

__kmpc_end_masked runtime/src/kmp.h runtime/src/kmp_csupport.cpp
__kmpc_masked  runtime/src/kmp.h runtime/src/kmp_csupport.cpp

Describe the solution you'd like
LOMP should support these interfaces.

@JimCownie JimCownie added the enhancement New feature or request label Aug 23, 2021
@mjklemm mjklemm added this to the Release 0.3 milestone Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants