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

Thread-safe / multi-threaded TypeART runtime implementation #10

Open
6 of 7 tasks
jplehr opened this issue Sep 12, 2020 · 0 comments
Open
6 of 7 tasks

Thread-safe / multi-threaded TypeART runtime implementation #10

jplehr opened this issue Sep 12, 2020 · 0 comments
Labels
enhancement New feature or request long-term Issues will be addressed sometime the future

Comments

@jplehr
Copy link
Member

jplehr commented Sep 12, 2020

To be able to handle multi-threaded, e.g., hybrid MPI+OpenMP, applications, the TypeART runtime needs to be made thread-safe.

Most likely also some careful inspection of the instrumentation function interfaces, and the LLVM pass implementation is needed here to account for thread-local storage variables, etc.

OpenMP

Some points apply to general thread-safety.

Runtime

Passes

  • Support basics for data-flow filter with omp microtask indirection
    • Add data-flow tracking w.r.t. omp tasks (e.g., task_alloc)
@jplehr jplehr added enhancement New feature or request long-term Issues will be addressed sometime the future labels Sep 12, 2020
@ahueck ahueck mentioned this issue May 5, 2021
ahueck added a commit that referenced this issue May 5, 2021
openmp support, see #10 
- Passes: Handle OpenMP codegen in LLVM IR
- Runtime: (optional) thread-safety
- Add extended testing/CI
- Test thread-safety (with sanitizers)
- Various bug fixes/improvements: #67, #65, #63, #60, #58
@ahueck ahueck mentioned this issue Jun 18, 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 long-term Issues will be addressed sometime the future
Projects
None yet
Development

No branches or pull requests

1 participant