-
Notifications
You must be signed in to change notification settings - Fork 13
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
ompt_frame_t is replaced with omp_frame_t in latest llvm-openmp library #86
Comments
ompt_wait_id_t --> omp_wait_id_t as well. |
If there are issues, currently please use the release_60 tag of the OpenMP runtime, or just the release 6.0 binaries. I hope, with LLVM 8.0 release the OMPT interface will be stable and we also try to deliver the archer runtime with LLVM 8.0. |
any update on this? even https://reviews.llvm.org/D45890 still doesn't look to be updated accordingly |
or is the solution to use https://github.com/PRUNERS/openmp/tree/archer_80_reduction ? |
The final OpenMP 5.0 specification says ompt_frame_t and ompt_wait_id_t. Not that we would really use the frame_t in Archer. This is also the typedef delivered with llvm/8.0. Both https://reviews.llvm.org/D45890 and https://github.com/PRUNERS/openmp/tree/archer_80_reduction are right. |
Compilation error is generated in ompt-tsan.cpp. 'ompt_frame_t' is no longer used and is replaced with omp_frame_t.
The text was updated successfully, but these errors were encountered: