Support OpenMP runtime library on VE. This patch makes OpenMP compilable
for VE architecture. Almost all tests run correctly on VE.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D159401
[OpenMP][VE] Support OpenMP runtime on VE ClosedPublic Authored by kaz7 on Sep 2 2023, 4:49 AM.
Details Summary Support OpenMP runtime library on VE. This patch makes OpenMP compilable
Diff Detail
Event TimelineHerald added subscribers: openmp-commits, wangpc, jplehr, sstefan1. · View Herald TranscriptSep 2 2023, 4:49 AM This revision is now accepted and ready to land.Sep 9 2023, 4:02 PM This revision was landed with ongoing or failed builds.Sep 9 2023, 4:30 PM Closed by commit rG18b67243550a: [OpenMP][VE] Support OpenMP runtime on VE (authored by kaz7). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 556357 openmp/runtime/CMakeLists.txt
openmp/runtime/cmake/LibompGetArchitecture.cmake
openmp/runtime/cmake/LibompUtils.cmake
openmp/runtime/src/kmp.h
openmp/runtime/src/kmp_affinity.h
openmp/runtime/src/kmp_os.h
openmp/runtime/src/kmp_platform.h
openmp/runtime/src/kmp_runtime.cpp
openmp/runtime/src/thirdparty/ittnotify/ittnotify_config.h
openmp/runtime/src/z_Linux_asm.S
openmp/runtime/src/z_Linux_util.cpp
openmp/runtime/test/ompt/callback.h
|