Implement GOMP_teams_reg() function which enables GOMP support of the
standalone teams construct. The GOMP_parallel* functions were modified
to call __kmp_fork_call() unconditionally so that the teams-specific
code could be reused within __kmp_fork_call() instead of reproduced
inside the GOMP_* functions.
This is an archive of the discontinued LLVM Phabricator instance.
Paths
| Differential D87167
[OpenMP] Introduce GOMP teams support in runtime ClosedPublic Authored by jlpeyton on Sep 4 2020, 2:41 PM.
Details
Diff Detail
Revision Contents
Diff 290032 openmp/runtime/src/kmp_ftn_os.h
openmp/runtime/src/kmp_gsupport.cpp
openmp/runtime/src/kmp_runtime.cpp
openmp/runtime/test/teams/teams.c
|
clang-tidy: warning: invalid case style for parameter 'loc' [readability-identifier-naming]
not useful
clang-tidy: warning: invalid case style for parameter 'gtid' [readability-identifier-naming]
not useful
clang-tidy: warning: invalid case style for parameter 'num_threads' [readability-identifier-naming]
not useful